show records

COMP

Registered User.
Local time
Today, 11:34
Joined
Jul 20, 2009
Messages
61
Hi there i have created a button which takes me to the relevant data of a specific ID. However when it takes me to the other form it only displays the data that is to do with the certain ID. Is there a way of a button taking me to the specific data that is relevant to the ID and allow me to view all the other data??
 
your question is vague, but if i understand correctly, you need to use the findrecord() function once you open the form instead of using a filter. findrecord() jumps to a record in a recordset via a form display, and a filter suppresses all other records not in the criteria of the filter string.
 

Users who are viewing this thread

Back
Top Bottom