Copy a date from a table into a variable

G

Guest

I have a table that contains one record and two fields. Both fields contain
dates. How can I most efficiently copy one of these dates into a variable?

FYI the SQL to do this would look like this:

SELECT [DATE_FROM] FROM [RUN_DATE];

But, how can I copy the result into a variable in a module?

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top