Milothicus
Registered User.
- Local time
- Today, 11:19
- Joined
- Sep 24, 2004
- Messages
- 134
I'm still working on the same database, and i still can't get my subforms to work.
I have a table that includes client company details: name, address, phone, and fax. it has a client_id field primary key.
i have a table that includes contact details: name, phone, email, contact_id primary key.
my main input table has client_id and contact_id fields as well as many others that are relevant to each enquiry.
I'd like to have client and contact details on my main form (however i can do it, most likely as a subform) but i don't need the client_id or contact_id, as they're just internal indexes.
I'd like to enter new records for the client and contact tables each time i enter a new enquiry, but have the info autoexpand with the names and fill in all the other info.
i would think that the input table could store which client and contact are associated with each record, but i can't get it to work.
i also can't get the subforms to recognize the fact that there are records in the client and contact tables......and i can't get it to allow me to input clients and contacts....
it seems like such a common requirement, but i can't get any of it to work.
i'm not even sure what my question is, other than; what's the logic you follow to set up the form? wizards? design control by control?
if i do use subforms for the client, how many columns do i need in my combobox? how do i get a combobox choice to populate other fields?
any help is appreciated.
I have a table that includes client company details: name, address, phone, and fax. it has a client_id field primary key.
i have a table that includes contact details: name, phone, email, contact_id primary key.
my main input table has client_id and contact_id fields as well as many others that are relevant to each enquiry.
I'd like to have client and contact details on my main form (however i can do it, most likely as a subform) but i don't need the client_id or contact_id, as they're just internal indexes.
I'd like to enter new records for the client and contact tables each time i enter a new enquiry, but have the info autoexpand with the names and fill in all the other info.
i would think that the input table could store which client and contact are associated with each record, but i can't get it to work.
i also can't get the subforms to recognize the fact that there are records in the client and contact tables......and i can't get it to allow me to input clients and contacts....
it seems like such a common requirement, but i can't get any of it to work.
i'm not even sure what my question is, other than; what's the logic you follow to set up the form? wizards? design control by control?
if i do use subforms for the client, how many columns do i need in my combobox? how do i get a combobox choice to populate other fields?
any help is appreciated.