katrina11
Technical User
- Apr 30, 2011
- 108
Hi experts,
I am new with Forms. However I never thought it would take me so much time and efforts.
I have the following tables:
Provider (ProviderID, ProviderName, ProviderAddress)
Member: (ProviderID, MemberName, MemberOrder)
1.Merged 2 tables by Providerid field and created a table TestTbl
2.Created “Data Entry” Form
with RecordSource = TestTbl
3. Created comboBox "PROVIDER" which should allow user to chose Provider by Name or by ID (RecordSource = provider)
4. Created text box “ADDRESS” to get a ProviderAddress while chose a provider Name (RecordSource = provider)
5. Created a combobox "MEMBER" to get all members for the certain provider ( RecordSource = member)
Now I get a mess. It looks like each time I chose a provider from combobox I lose this provider and besides it mess my initial Provider Table because it is a “part” of table TestTbl.
I tried to make a copy of Provider named ProviderAlone and created combobox RecordSource= ProviderAlone . After that my combobox is safe but….it is not supposed to be like that…
Besides, whatever I do I get all the same address!
I spent a whole day yesterday and I am still here.. Member combo box also works incorrectly.
What I am doing wrong? I really need a help….
Would appreciate any help.
Katrin.
I am new with Forms. However I never thought it would take me so much time and efforts.
I have the following tables:
Provider (ProviderID, ProviderName, ProviderAddress)
Member: (ProviderID, MemberName, MemberOrder)
1.Merged 2 tables by Providerid field and created a table TestTbl
2.Created “Data Entry” Form
with RecordSource = TestTbl
3. Created comboBox "PROVIDER" which should allow user to chose Provider by Name or by ID (RecordSource = provider)
4. Created text box “ADDRESS” to get a ProviderAddress while chose a provider Name (RecordSource = provider)
5. Created a combobox "MEMBER" to get all members for the certain provider ( RecordSource = member)
Now I get a mess. It looks like each time I chose a provider from combobox I lose this provider and besides it mess my initial Provider Table because it is a “part” of table TestTbl.
I tried to make a copy of Provider named ProviderAlone and created combobox RecordSource= ProviderAlone . After that my combobox is safe but….it is not supposed to be like that…
Besides, whatever I do I get all the same address!
I spent a whole day yesterday and I am still here.. Member combo box also works incorrectly.
What I am doing wrong? I really need a help….
Would appreciate any help.
Katrin.