Hi:
I have Access 2003, and I don't know what I did, but now the application automatically saves queries and tables
. If I make a change it does not ask me if I want to save them.
This happens in any database I open.
Any Ideas ?
Help, this is dangerous.
Thanks
Hello
I have a query that I need to run several times but one field, [FACTOR] needs to change every time the query is run.
Is there a way to pass a variable into a query that will change the field it references.
The first time I run it I want factor to be PE, the next time CF the next...
Hi
I am looking at the different Runtime switches for Access 2000, what I am tring to do is run an Access macro from Excel. If possible I would like it to happen completely in the backround
Thanks
I have a query with user defined conditions, that I want to multiply one fields results for each record.
I want to do this using code.
qrytest
fld1 fld2
a 1.02
b 0.97
c 1.21
What is the code that will calculate 1.02 * 0.97 *1.21
TIA
Use the function =now()
That will give you seconds .... you will then need to copy and pastse special - choose values.
You can write a macro that will do all this and assign a shortcut key..
I need to combine two spreadsheets each with several worksheets. One was done with the 1904 System and the other without it...
Any Ideas how to get around this?
Thanks
Thanks Spyder... this at least stops the warnings from poping up.
I will try to import everything as Text, and maybe that will stop the _ImportError files from generating.
AppStaff - A spec will not hep me because some of the records have - (dashes) or other erronious data in them.
Thanks
Here is the code:
DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel8, "TempImport", "G:\capscreen\Russell2000.xls", False, "Auto Transportation!A5:AE300"
TempImport - is the table name
G:\capscreen\Russell2000.xls, - is the excel file name
"Auto Transportation!A5:AE300" - sheet and...
I am importing data from an Excel Worksheet into Access. Thre are 15 worksheets that I import.
When I do the import I generate some import errors because some of the data has "wierd" values. I cannot control the Excel sheet and I don't care that there are errors.
Is there a way to suppress the...
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.