how to start a form in the page when open the form?

bigbigi

Registered User.
Local time
Yesterday, 16:09
Joined
Aug 3, 2007
Messages
17
when use start-up the form
the form is in last record...
 
I'm not sure I understand your request but if you bind your form to a query rather than a table, you can sort the query any way you want and the form should open on the 1st record in the recordset.
 
sorry for my sucks english ><

actually i want creat are input form but do not want the user to edit or delete any previous record

another question is that how to create a start-up catagory can lei the use to chose input / edit / find record

thz for you ans:D
 
If you set the DataEntry property on the data tab of the property sheet for the form to YES then you will *only* see new records.
 

Users who are viewing this thread

Back
Top Bottom