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!

drop down and edit box

Status
Not open for further replies.

MadSlayer

IS-IT--Management
Apr 14, 2003
21
NL
I need a lookup wizzard to get data from a table, this works, but i cant tyoe in any data, i need the field to be editable and have a lookup wizzard, how do i do this???
 
In the drop down field, make sure that limit to List is Yes, and you may need to write some code to add the new value into the drop down list. The MS access help is pretty good at explaining how to do that.
 
but if i put limit to list on yes, wont i be unable to input anyting???
 
Yes, but you can control what you input with some code in your dropdown_beforeupdate event.
 
i must warn you that i am a newbie at this, so i dont quite understand
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top