Record Selector

Mickster

Registered User.
Local time
Today, 11:45
Joined
Feb 10, 2005
Messages
38
Hi

Does anyone know how to remove the "Record ID" from the record selector? I want to be able to traverse from one record to the next, however I do not want the field representing what record it is on showing up ( if that makes any sense).

Thanks
 
Pat Hartman said:
That field isn't showing a RecordID, it is showing each record's ordinal position in the recordset. If you sort the recordset by using the up/down button on the toolbar, the records will still be numbered 1,2, ... n but they will now point to different physical records.

There is no way to show only the buttons without the ordinal number. You will need to create your own buttons if that is what you want.

Do you have any idea on how to create my own buttons. I am new to access and any assitance would be much appreciated.

Thanks
 

Users who are viewing this thread

Back
Top Bottom