Can't insert new records in a new form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've just built a new database with several tables and created a new form for
data entry. When trying to insert a new record using a button I created, I
get the message, "you can't go to the specified record." The Insert New
Record command is shaded out. What's the problem?
 
Mike,
In the query behind your form you have some sort of illegal realtionship
between your tables. Therefore, the query may display results, but the
recordset itself in not "updateable."
 
Back
Top