Hi there,
I am trying to export an MS ACCESS table into an EXCEL *.xls file using VBA code.
I've no problem with creating a *.dbf file, using the code:
DoCmd.TransferDatabase acExport, "dbase IV", _
"E:\Database\db_main", acTable, "export_prj_exc", _...
Hi all,
I'm also getting crazy:
I'm trying to base a query for a date field on a string that has been entered by the user using a form, e.g. "> #1/1/2000#".
How can I directly use this string as criteria for the respective query? 'DateValue(Date_String)' doesn't work cos I have to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.