G
Guest
What I'm trying to do seems simple, but I can't get it to work. I've got a
form that builds a SQL statement for a pass-through query as the user selects
criteria on the form. One of the criteria is a date range. I want the "end
date" to default to the last_update_date in the underlying Oracle database.
I've got a query that retrieves this date and stores it in a local Access
table called tblDate.
So how do I get this date to appear on my form in the text control called
txtEndDate? I tried using tblDate as the record source for the form. This
works, but if the user changes the date, then that date is stored in the
table. I simply want to display the date contained in the table, and allow
the user to change it, if they wish, without having the date actually change
in tblDate.
form that builds a SQL statement for a pass-through query as the user selects
criteria on the form. One of the criteria is a date range. I want the "end
date" to default to the last_update_date in the underlying Oracle database.
I've got a query that retrieves this date and stores it in a local Access
table called tblDate.
So how do I get this date to appear on my form in the text control called
txtEndDate? I tried using tblDate as the record source for the form. This
works, but if the user changes the date, then that date is stored in the
table. I simply want to display the date contained in the table, and allow
the user to change it, if they wish, without having the date actually change
in tblDate.