Query

  • Thread starter Thread starter Dalocky
  • Start date Start date
D

Dalocky

Good Morning

I have table with which has difference categorys which depend on the name
of the form selected. How do I get this to show up when a form is selected.
Example have a form called Task Order - categories for this are Request,
Issue, Quotation Acceptance. Another form is called Technical Query with
categories Technical query/Resolution, Alternative Proposal, Notification of
CE, Early Warning. There are a total of 5 forms and only 4 Categories.

Thanks Heaps

Ness
 
You need a combo box with the rowsource type set to Value List. Then in the
rowsource, type "Request Issue";"Blah";"blah";Blah"
 
Thanks Golfinray, have tried this and it is not working for me. Am I missing
something.

Ness
 
Back
Top