I have what should be a simple query that has been killing me. I'm trying to convert a string time to group by the hour. I'm able to get the hours 12-23 fine, but the single digit numbers are still coming back as two digit numbers (e.g. 3 shows as 37). Can someone give me some gudience as to...
I've had the problem in the past when the table you are trying to append to sets up a different field type than the ODBC table. It's usually a text to a number field or vice versa where I see the issue.
I'm mostly versed in Access and have not worked with VLookup's until today. I've been very frustrated because it seems simple. The spreadsheet is at work unfortunetly but here's what I'm looking at:
Sheet 1
Store Returned Errors % TA TB TC
10 100 10 10 #NUM
Sheet...
If got the following cell:
=VLOOKUP(A2&K1,errors,3, FALSE)
I'm trying to read to colums (A2 = store number and K1 = Error Code). The worksheet errors has the store number broke down by multiple codes listed vertically and I'm trying to bring them into another worksheet horizontally. I think...
INSERT INTO Header SELECT FROM WM241BASD_CDCART15 INNER JOIN WM241BASD_CHCART02 ON WM241BASD_CDCART15.CDCASN = WM241BASD_CHCART02.CHCASN
WHERE (((WM241BASD_CHCART02.CHPCTL) Not Like "W*") AND ((WM241BASD_CHCART02.CHSTAT)<"25"))
GROUP BY WM241BASD_CDCART15.CDSTYL;
The data is coming from a...
Is there more information I can give you? I'm not versed well at all in pass through queries. I did find a logical recordset in my tables last night that has helped speed the process up some but it still is taking me much longer than I like.
Yes..I was running an append query initially and it was taking 30 minutes there. I might just be out of luck because the table is so big and I was hoping that VB might give me a few more options to get through the recordset quicker. I appreciate your time in trying help.
SQL will work also and I'm ok with running it that way, but I'm still having the problem of the program taking almost 30 minutes to run. I'm just seeing if there is anythink I can do to get through the records faster. I know just enough about VB to be dangerous and was wondering if there are...
Hi MajP,
Will an update query work since I am working from an ODBC table? Essiently when the program runs I will call this function to wipe out the current table and pull brand new data into the new table.
Hi,
I'm having a problem producing a table in a timely fashion and it's an essiential table for a report I am building. I'm pulling records from an ODBC connection and the table I'm pulling from is nearly a million records. I have a very basic code trying to pull the applicable data I need...
Hello..It's been a while since I've worked in Access and I'm just getting back into it. I'm having a problem getting information to update back into my table from a form. I can get the first record to work fine but subsequent records seem to get the data but will not update into the table. Any...
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.