G
Guest
If I wanted to replace the values of certain fields in a table with the
results of a query when you click a button on the form using the table, how
would my syntax look? This is where I am now:
docmd.runmacro ("qryname")
me.tablefield = me.qryname.field
Does anyone know what I'm doing wrong
results of a query when you click a button on the form using the table, how
would my syntax look? This is where I am now:
docmd.runmacro ("qryname")
me.tablefield = me.qryname.field
Does anyone know what I'm doing wrong