I want to import data from Excel, but let the user check if it is OK on the way in. I have tried throwing it into a tmp table, and listbox to allow them to pick and load. Access, of course loads all the empty lines from the Excel, and doubles up lines in the tmp table as well.
I tried deleting...
I have a 'query form' which asks the user for dates, some codes, etc, and then runs a query based on these. The query uses [ >= GetStartDate() and <= GetEndDate() ] functions to retrieve the screen entries. Worked fine for a while, but now gives me a 'last operation was cancelled' messagebox...
I have a form based on an 'Events' table, with a (not enabled) list box displaying 'staff involved'. The rowsource is a query, which calls a VB function to get the current EventID, which is the key to both tables. There is an unbound textbox which can be used to add a staff member, using an SQL...
I am trying to do a docmd.runsql to update a database with a few number and date/time fields, from info in VBA variables. I keep getting 'syntax error in statement'
All the text fields work OK, using
" txtfld = '" & txtvar & "'" etc, but what should I do with " numfld = " ???? or " datefld =...
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.