Benny Wong
Registered User.
- Local time
- Yesterday, 23:56
- Joined
- Jun 19, 2002
- Messages
- 65
Hello All,
I am using Microsoft Access 2000. I have already created the data entry
form for the user to input data.
now that the data is entered into the database my boss wants me to create a
front-end interface. This
interface I guess is called a Query-by-form I think? I have created the form
which contains the following:
ContactType = Listbox - multiselect
AgencyType = Combobox - single-select
City = Combobox - single-select
County = Combobox - single-select
Region = Combobox - single-select
Source = Combobox - single-select
Client Status = Combobox - single-select
Practice Group = Combobox - single-select
Zip Code = Unbound Textbox - using "between"
range on zipcode
The above listed items Listbox, Combobox, and Unbound Textbox when the user selects the respective items builds the where clause or clauses. I do understand how to create a Parameter Query, but I do not understand how to do for multiple combination of Listbox, Combobox, and Unbound Textboxes to
create a report. I would appreciate if someone could explain in simplistic form the concept of creating this type of where clauses and to create my report. Thanks in advance for your generous time and consideration in assisting me.
I am using Microsoft Access 2000. I have already created the data entry
form for the user to input data.
now that the data is entered into the database my boss wants me to create a
front-end interface. This
interface I guess is called a Query-by-form I think? I have created the form
which contains the following:
ContactType = Listbox - multiselect
AgencyType = Combobox - single-select
City = Combobox - single-select
County = Combobox - single-select
Region = Combobox - single-select
Source = Combobox - single-select
Client Status = Combobox - single-select
Practice Group = Combobox - single-select
Zip Code = Unbound Textbox - using "between"
range on zipcode
The above listed items Listbox, Combobox, and Unbound Textbox when the user selects the respective items builds the where clause or clauses. I do understand how to create a Parameter Query, but I do not understand how to do for multiple combination of Listbox, Combobox, and Unbound Textboxes to
create a report. I would appreciate if someone could explain in simplistic form the concept of creating this type of where clauses and to create my report. Thanks in advance for your generous time and consideration in assisting me.