S
Saintsman
I have a data entry form where the combobox looks up data from a library &
stores libraryID (autonumber from library table)
I want this combox to only select from 'current' library items in order to
limit selections to most popular items - which I do via simple tick box &
filter in a query.
But there are times when users need to select from the full library and
select items which are not current and save that data as well.
The problem is that my original combo only shows current records. I have
tried limittolist = no, but that doesn't work - any suggestions please
Thankyou
stores libraryID (autonumber from library table)
I want this combox to only select from 'current' library items in order to
limit selections to most popular items - which I do via simple tick box &
filter in a query.
But there are times when users need to select from the full library and
select items which are not current and save that data as well.
The problem is that my original combo only shows current records. I have
tried limittolist = no, but that doesn't work - any suggestions please
Thankyou