I have the total placed in the report footer. If the there is a value then the value will appear but if there is a null value #error is displayed. Anyway to get around this?
I am importing an array field into a field within my access database. The field value will show like this:
Vermont, New York Dallas, Texas
Is there a way to say take the values before and after the comma and place them into seperate fields so it shows like this:
Field1...
My Excel spreadsheet is setup like this:
Cell A Cell B Cell C Cell D
John Smith Yes Alberta,Ontario,Quebec
How can I code it so that I can turn that into this:
Cell A Cell B Cell C Cell D
John Smith Yes Alberta
John Smith Yes...
I have a datetime field where I want take the lastfullmonth... ONLY problem is I am getting the first of the current month as well..
Here is what I am using in the criteria field:
>=DateAdd("m",-1,Date())
This displays all of October but also giving me the first of Nov... WHY???????
Yes I have a temp table (table2) setup identical to table1. Where the data in table2 is not found in table1 append.... this works on smaller tables but if larger than 150000 it does not work. There must be someowhere the max records can be changed..
When I use an append query on a table of 1000 records, the new fields are added ok. When I use the same append query in table of 300000. Not all the records are brought over. I am using Access 2000. Is there an option in Access that allows me to change the Deafult Max records. Or can I program...
When I use an append query on a table of 1000 records, the new fields are added ok. When I use the same append query in table of 300000. Not all the records are brought over. I am using Access 2000. Is there an option in Access that allows me to change the Deafult Max records. Or can I program...
This is my query in Access:
SELECT Table1.DateEntered, Table1.LName, Format(CDate(nz([Table1].[DateText])),"yyyy\/mm\/dd") AS Expr1
FROM Table1
WHERE (((Format(CDate(nz([Table1].[DateText])),"yyyy\/mm\/dd"))>=Format(#1/1/2004#,"yyyy\mm\dd")));
In design view, there is a criteria field, here I...
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.