Manual Entry Form linked to multiple tables

  • Thread starter Thread starter MikeS
  • Start date Start date
M

MikeS

I have a form I use for manual entry- originally was
linked through a query to two tables (populated with
data) and worked fine. I had to split the two tables
into several smaller ones. Now I can only view the data
that I had there originally. I am unable to create a new
record using the button at the bottom of the form. Can
anyone tell me why? Thanks, Mike
 
Dear Mike,

Perhaps ...
- create a new query, using all neccesary fields from your new tables
(did you create the proper relations?)
- set the property Recordsource of the od form to the new query

Mvg, Frans
 
Back
Top