I'm trying to create an excel spreadsheet from my access application and when I try to use the save method, it only saves one .xls file, called test.xls. however, when I open test.xls, the correct spreadsheet comes up and a second one opens that is similar to the first and called "book2.xls"...
I have an access project with several linked tables from a sql server. The tables are linked through a file dsn and i can view the data in them. I also have a query in access that runs on the linked tables and some of the local tables simultaneously. When I run that query by double-clicking...
this is a stupid question, but how do you edit a report? i have some reports that this application uses that i want to change, so i dragged one of them into visual studios and it popped up. now, i can change the text in the fields, but i can't add new objects, i can't resize anything, i can't...
I have two tables, dbo_postalcode and ACI. some of the records in ACI may or may not be in dbo_postalcode, so what i want to do is insert only the values in ACI that are not present in dbo_postalcode into dbo_postalcode. my sql query is thus:
<code>
INSERT INTO dbo_PostalCodes ( PostalCode...
i have two tables, aci_zip and dbo_postalcodes. they both contain a bunch of zipcodes, but aci_zip has a field called ACIarea and dbo_postalcodes has a field called ACIZones. these two fields are the same. Now, most (but not all) of the zip codes in aci_zip are also in dbo_postalcodes and...
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.