First post, tried to read up on any rules, tried to search forums before posting...
Fairly new to databases/access, have basic programming knowledge, work in IT field doing networking for a living.
I'l try to keep this short but detailed:
Trying to create a form with a Date field on it that is unbound and allows user input. Entering data in this field runs a query on a table and populates a subform on the main form (fields are date, time, original date, & log). The subform is setup to display as a single form view.
The way I've got this setup, everything works, however...I want to be able to create buttons that will allow the user to click forward/back through the records. I've even got this part to work by having it add/minus 1 to the current date in the Date field on the main form using the on_click action...
Here is the problem... I have multiple records with the same Date (primary key is an autonumber id) and I want the navigation buttons to navigate through the records by their consecutive ID's (not by date). I suppose I could include the ID field on the form and hide it from the user, but I would have to have it populate with the current record ID number. I've tried using the standard wizard buttons for record navigation and they don't work (they dont populate the subform).
I'm hoping I provided all of the necessary info here, but let me know if you need anything else (specific query info, etc). If need be, I can zip/email copy of db (although I'm ashamed of the syntax as it doesn't really follow guidelines).
Thanks in advance for the help guys!