Macro / Query - Can't Update

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

Guest

I have a macro that calls a query that I need to update. The Edit Mode on the
macro is set to 'Edit' but no changes can be made... would someone please
advise what else I should check on ? Thanks!
 
It's a regular query - the macro simply opens up the query - nothing fancy
about it. The query does contain several tables.
 
Hi Jani --
If a query is based on tables with a one-to-many relationship, you might not
be able to edit the data for the following query fields.
Look in the Help screens for Query - Troubleshooting and it will give you
info on how to alter the relationships so you can update. Sometimes it just
won't work when you link tables.

HTH -- Dika
 
Back
Top