Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Design question

Status
Not open for further replies.

MaxEd

Technical User
Jul 3, 2002
407
US
Is it essential to create a data entry form and a data viewing form? One scenario that I have always runned into is making a combo box and the data from the combo box is a lookup table. Now the problem I have is when the data from the lookup table goes obsolete, it will still show up in the combo box, if I decided to hide them buy querying out those who a "obsolete" criteria then going back to view those on the data entry screen becomes a problem because they don't show up in the combo boxes. Has anyone encountered the same issue before?

-Laughter works miracles.
 
I have a field in the lookup table that I can check if the value is Active or Inactive. I sort the inactive values to the bottom of the combo box list. I may also use code in the after update event to see if the user selected an inactive value and then bop them over the head.

Duane
MS Access MVP
Find out how to get great answers faq219-2884.
 
Duane,

I think that sounds like a great idea. Thanks!! I will definately put that to good use because the users are complaining about the obsoleted items.

-Laughter works miracles.
 
I agree, bopping them on the head will reduce those complaints. It is a flexible solution, too, for any future problems.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top