<dan.cawthorne[ at ]gmail.com> wrote in message news:032b8475-6083-47ac-9fc2-0d9347617131[ at ]d36g2000prf.googlegroups.com...
[Quoted Text] > What i would like is a user to open a form, Select the project,Via > Drop down list then tick the "Exporttocontracts for that selected > project, then click finish and then that button runs the append Query > and Update Query, which puts todays date in the Exported Date field > which stops that record from showing > > Does this startup form need to be unbound?
No, it doesn't need to be unbound, but you should do the following in your button code:
1. Save the record 2. Run the Append Query 3. Run the Update Query 4. Requery the form so that the results of both queries are propagated to the form. -- Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.mvps.org/access http://www.accessmvp.com
|