Connecting Tech Pros Worldwide Forums | Help | Site Map

fixed navigation

Member
 
Join Date: Nov 2006
Posts: 36
#1: Nov 26 '06
suppose the following in a form

textbox1 with datasource linked to table - column Name
textbox2 with datasource linked to table - column item

ofcourse using the navigation button will go through all the records
How to "freeze" textbox2 so that navigation button will cycle through all items belonging to one name only

NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,722
#2: Nov 27 '06

re: fixed navigation


Quote:

Originally Posted by omozali

suppose the following in a form

textbox1 with datasource linked to table - column Name
textbox2 with datasource linked to table - column item

ofcourse using the navigation button will go through all the records
How to "freeze" textbox2 so that navigation button will cycle through all items belonging to one name only

If you unlink textbox1 from the datasource, then you can set the Form's Filter property to show only matching records.
Reply


Similar Microsoft Access / VBA bytes