I seen to be having a problem with executing a query on the click event of a button on a form. I am not sure what method to use and how to use it I dont think I want to use the docmd.openquery because I want this query to execute within this module the sql for this query looks like this:
select[mastertable]*Into[temptable]
where(([mastertable].id)like[Enter the id])
any help would be great
John
select[mastertable]*Into[temptable]
where(([mastertable].id)like[Enter the id])
any help would be great
John