Table link

D

DH010010

In a previous post i asked about displaying data in a form from two different
tables. I was told to likn the tables using a query. i have done that and the
data displayes how i want it to however the form used to allow me to add new
records but now it dosent. i would only let me look at loaded ones. help....
 
G

Golfinray

Your query is not editable. Look at the bottom and the arrow and asterisk is
probably grayed out. That means it is not editable. What I do in that case is
to convert the query to a make-table query (under Queries) then run it to
make a new table and the new one will be editable. Change to query back to a
select query after you make the new table.
 
Top