Subform - problem populating fields

  • Thread starter JohnG via AccessMonster.com
  • Start date
J

JohnG via AccessMonster.com

I'm having a problem loading data in a subform. The fields in the
subform and main form are not bound. I'm using MSAccess 2007

I put VBA code in the "On Load" event of the subform to get records
from a table and populate the fields on the subform after the main form is
opened from a previous form but I'm getting the message:

" MSAccess can't find the form referenced in the VBA code" (referring to the
subform, mysubform)
 
Top