MS Access Can't move to a different record?
Posted
by
user986706
on Stack Overflow
See other posts from Stack Overflow
or by user986706
Published on 2011-11-19T01:44:34Z
Indexed on
2011/11/19
1:51 UTC
Read the original article
Hit count: 120
vba
|access-vba
Ok, I'm really baffled. Here's the rundown:
- I've created a form with a subform.
- The main form is called FacilityInfo, and the subform is called BillingInfo.
- The forms are linked via 3 fields, AffiliateID, ClientID, and FacilityID.
- the subform shows one record at a time, set to show Continuous Forms, and AllowAdditions = No
I can see that there are 4 records in the nav bar. But Access won't let me move off the first record. I've tried setting to Single Form. I've tried AllowAdditions = Yes.
I do have a Vertical Scroll bar on the subform. It will allow me to scroll through the records, but I can only see them. I cannot move to one of the controls.
Any ideas? I'm freakin' out!
Thanks in advance!
© Stack Overflow or respective owner