Posted by: "zhaoliqingoffice@163.com" <zhaoliqingoffice@163.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Jerry
This is a perfect example of where you should use a third table to connect composers and songs. This table known as a junction table would have one field for composerid and one for songid.
Always use separate fields for first and last names
Glenn
Sent from mobile
I'm working on a database which can involve multiple composers. It's a
song database. My question is what is the best way to design the
composer name fields?
1. Use separate LAST NAME, FIRST NAME fields or just one name field?
2. Use separate COMPOSER NAME fields to allow those songs that have
multiple composers? Seems to say composer1, composer2, etc. would be
cumbersome because some will have more than three authors, etc.?
3. Of course, there will be a table of all composers.
Any ideas would be appreciated.
Thanks,
Jerry in Michigan, USA
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (2) |
I'm working on a database which can involve multiple composers. It's a
song database. My question is what is the best way to design the
composer name fields?
1. Use separate LAST NAME, FIRST NAME fields or just one name field?
2. Use separate COMPOSER NAME fields to allow those songs that have
multiple composers? Seems to say composer1, composer2, etc. would be
cumbersome because some will have more than three authors, etc.?
3. Of course, there will be a table of all composers.
Any ideas would be appreciated.
Thanks,
Jerry in Michigan, USA
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Kembali diadakan training 2 hari (MS Access - Basic & Programming) pada hari Sabtu, 30 Jan 2016 dan Minggu, 31 Jan 2016.
Jangan terlewatkan, karena jadwal berikutnya belum tentu dalam 1 atau 2 bulan. Lihat keterangan lengkap di: RumahAccess Indonesia - Tempatnya Belajar MS Access di Indonesia
RumahAccess Indonesia - Tempatnya Belajar MS Ac... Tempat Belajar Microsoft Access, portal komunitas Access, Info Training/Pelatihan, Forum Diskusi, Milis, Artikel, Panduan, Tutorial, Download P... | |||||
Preview by Yahoo | |||||
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Dear:
Him mah
Coba
Open form.
Klik Home pilih design view .
Klik Design , klik propertis , klik Data .
Lihat di record source..!
Di situlah database yang terhubung dgn form.
Semoga membantu.
SHS
"him mah himmah.mlg@gmail.com [belajar-access]" <belajar-access@yahoogroups.com> menulis:
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (1) |
Tried adding to the WHERE:
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (3) |
Darrel,
One more question related to this form. I also want to append some of the informaton to a table. I have that part figured out. What I am wondering is if it is possible to append records to two tables in one process.
The two tables are related. The two tables have a ONE to MANY relationship. First I want to append the information to the ONE table and then I want to append information to the MANY table. The ID from the first (ONE) table would have to be included in the post to the (MANY) table or there will be no way to relate the records when I need to see them on a form and sub form.
I have not supplied any of the field names as I am still wondering if it can be done.
Thanks,
Bill
Minnesota
From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com]
Sent: Friday, January 29, 2016 11:11 AM
To: MS_Access_Professionals@yahoogroups.com
Subject: RE: [MS_AccessPros] Combo to Text
Darrell
That worked perfect.
Here is my complete statement.
=IIf([Forms]![f_IndividualTravaler]![FrmSignature2]=1,[Forms]![f_IndividualTravaler]![cboAgentID].[column](1),IIf([Forms]![f_IndividualTravaler]![FrmSignature]=2,"N/A",""))
Thank you very much. I will add this to my tool box.
Bill
From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com]
Sent: Friday, January 29, 2016 8:23 AM
To: MS_Access_Professionals@yahoogroups.com
Subject: RE: [MS_AccessPros] Combo to Text
It isn’t necessary to add hidden text boxes to your form as Duane suggested. Since you are already referencing the form, set the control source property of the text box on your report to the combo box column property on the form.
=[Forms]![yourFormName]![yourComboboxName].[Column](1)
I am using Access 2007 at work and the Control property of the combo box does not show when using the expression builder. However, if you are using the expression builder, you can select the combo box value and then add the .Column(1) to the end of the expression.
Darrell
From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com]
Sent: Thursday, January 28, 2016 6:46 PM
To: Access Professionals Yahoo Group
Subject: RE: [MS_AccessPros] Combo to Text
It would be a lot easier if you provided the names of your comboboxes and the control sources used on your report that should display their values.
Add two more text boxes on your form that already has your combo boxes. Set the control sources of these two new text boxes to reference the Column() property of the comboboxes
=YourComboBox1Name.Column(1)
=YourComboBox1Name.Column(1)
When you look at these in form view they should reflect the text value like "Bill".
Then change the text boxes on your report so their control sources reference the new text boxes rather than the old combo boxes. You can make the text boxes on the form invisible.
Duane Hookom, MVP
MS Access
To: MS_Access_Professionals@yahoogroups.com
From: MS_Access_Professionals@yahoogroups.com
Date: Thu, 28 Jan 2016 17:12:55 -0600
Subject: RE: [MS_AccessPros] Combo to Text
Duane,
I wish I coul! d follow you but I am not quite smart enough. I think I need a few more details to help me understand. I am not quite able to understand the concept.
Thanks,
Bill
From: MS_Access_Professionals@yahoogroups.com [mailto:MS_Access_Professionals@yahoogroups.com]
Sent: Thursday, January 28, 2016 4:57 PM
To: Access Professionals Yahoo Group <ms_access_professionals@yahoogroups.com>
Subject: RE: [MS_AccessPros] Combo to Text
You can add text boxes (invisible) with control sources of:
=cboBoxName1.Column(1)
=cboBoxName2.Column(1)
!
Then, in the report, use the names of the text boxes rather than the names of the combo boxes.
Duane
To: MS_Access_Professionals@yahoogroups.com
From: MS_Access_Professionals@yahoogroups.com
Date: Thu, 28 Jan 2016 15:08:55 -0600
Subject: [MS_AccessPros] Combo to Text
I have a few unbound fields on a form. Once the fields are filled in the user can click a button and a report opens with some of the fields already populated with the text from the unbound fields on the form. It was actually working pretty good until I changed a few of the unbound filed to Combo boxes. Now the user selects a value from the combo box. However when the report is opened I am getting an error, which I expected. What I want is to still show the text attached to the number behind the combo box.
So agent 2 is Bill, based on the table the combo box uses, If “Bill” is selected from the combo box, I know the value the combo box is holding is “2” which is what I want, but is there any way to open a form and pull the text “Bill” rather than the value 2?
There is no query or table behind the form as I do not want to store the values there. The unbound field will also be use to append some of the data to other tables, which is why I need the combo boxes, as that matches the data type of the table the data may be moved to.
Thanks,
Bill
Access 2013
Minnesota, USA
The information contained in this communication is highly confidential and is intended solely for the use of the individual(s) to whom this communication is directed. If you are not the intended recipient, you are hereby notified that any viewing, copying, disclosure or distribution of this information is prohibited. Please notify the sender, by electronic mail or telephone, of any unintended receipt and delete the original message without making any copies.
Blue Cross Blue Shield of Michigan and Blue Care Network of Michigan are nonprofit corporations and independent licensees of the Blue Cross and Blue Shield Association.
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (9) |
oh wait a minute .... sorry I gave you bad information
use the VALUE of msoFileDialogFolderPicker, which is 3 and is a number not an object so try Integer as the data type
reference:
https://msdn.microsoft.com/en-us/library/aa432520%28v=office.12%29.aspx
warm regards,
crystal
~ have an awesome day ~
I assume "instead" refers to As String, of which there are several. Didn't work no matter where I tried it. That doesn't explain why the code works in another database.
Adam
---In MS_Access_Professionals@yahoogroups.com, <strive4peace2008@...> wrote :
Hi Adam,
use:
As Object
instead
warm regards,
crystal
VBA Tip: Select File or Folder using FileDialog using Access (cc)
by Adrian Bell
http://www.youtube.com/watch?v=rNHLea359p4
~ have an awesome day ~
On 1/29/2016 11:42 AM, runuphillracing@... [MS_Access_Professionals] wrote:
I need help figuring out why I get a Variable not defined compile error on msoFileDialogFolderPicker
in the function:
Public Function FSBrowse(Optional strStart As String = "", _
Optional lngType As MsoFileDialogType = msoFileDialogFolderPicker, _
Optional strPattern As String = "All Files,*.*") As String
which is called from strPath = FSBrowse(lngType:=msoFileDialogFolderPicker)
The exact same code (in utility module) works in one database but not in another.
Adam
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (6) |