Hello,
I have created a form that opens up to the current record. My problem is that once I open the form, I cannot use the PGUP/PGDN keys to navigate through all of the records.
docmd.openform uses a where clause to determine what record should be shown when the form is opened, which is fine, but I want to be able to navigate forward and backward from that record.
This is where Access is a real pain because this should be a non issue. In any case, it is killing me trying to find a simple solution to this problem. Anyone have any suggestions?
I have created a form that opens up to the current record. My problem is that once I open the form, I cannot use the PGUP/PGDN keys to navigate through all of the records.
docmd.openform uses a where clause to determine what record should be shown when the form is opened, which is fine, but I want to be able to navigate forward and backward from that record.
This is where Access is a real pain because this should be a non issue. In any case, it is killing me trying to find a simple solution to this problem. Anyone have any suggestions?