Fixed it. Decided that I was tired of messing with it. Ran an update query on the original table. Changed all the nulls and ""'s in a !. Now there are no blanks but the append query works. Thanks for all the advice.
Phil raptor136@adelphia.net
...all the records, but as an append drops 2 of them. I ran each query that processess the data one at a time and checked the resulting table, so it *is* the append query because those two records stay with us up to then.
The only anomaly I noticed was that those two records have a field that...
It says
"Microsoft access set 0 fields to null due to a type conversion error, and it didn't add 0 records to the table due to key violations, and 0 records due to lock violations, and 2 records due to validation rule violations. Do you want to run the action query anyway? To ignore the...
HI,
I am receiving an error message to the effect that access is not adding a single record due to a validation rule. My help system is non functional. I looked at the single record and cannot find a unique item causeing it to fail. I also checked the table field definitions and non of them...
Warwick,
You are the bomb. I was trying to use "last", and it didn't work. I tried using "max" showing all fields. Your way did it. I then created a select query which joined the "maxof" field with the original table so I could see the restricted set of tables...
I have the following table, where I am trying to select the last record of each ERO number. Obviously selecting Last in the Query by design isn't working. My Help system is dead and the install CD is cracked. Thanks in advance.
ID ERO DEF1 DEF2
11506 UP686 410- 30
11507 UP686 TEDD ALGN...
I understand what you are saying. In the actual tables, I have an autonumber ID as primary key. I can create a Select Query that orders by ID. Once they are in order, Fld1 will sometimes be repeated. The second instance of matching data in Fld1 will always be kept. Does this make sense...
Hi all,
I need to insert the most recent instance of a record into another table. Please see below. Thanks.
Fld1 Fld2 Fld3
AAA 10/1/01 Pending
AAA 9/30/01 Received
BBB 11/01/01 Sent
CCC 12/1/01 Sent
CCC 1/1/02 Lost
CCC 7/1/02 Found
I would need to insert the 1st...
...3456
BBBB uuuu jjjj
CCCC oooo 9999
CCCC pppp 8765
I would want to keep the second instance where Fld1 = AAAA and CCCC. The first instance of each can be safely deleted.
I also want to keep the *only* instance of BBBB.
All help appreciated. Thanks
Phil...
Hi, I am trying to figure out how to assign a value to a field from a text report.
Here's how the table looks once the import is complete.
ERO_No Job_Status Job_date
XP001 INSHOP 8/1/02
BACKORDER 7/1/02
RECVD SHOP 6/30/02
XP002 RECVD...
Hi, I am trying to figure out how to assign a value to a field from a text report.
Here's how it looks once the import is complete.
ERO_No Job_Status Job_date
XP001 INSHOP 8/1/02
BACKORDER 7/1/02
RECVD SHOP 6/30/02
XP002 RECVD SHOP...
Hi, I am trying to figure out how to assign a value to a field from a text report.
Here's how it looks once the import is complete.
ERO_No Job_Status Job_date
XP001 INSHOP 8/1/02
BACKORDER 7/1/02
RECVD SHOP 6/30/02
XP002 RECVD SHOP...
Hi, I am getting a VBA syntax error on this line. Any ideas why. Please be nice I am a learn as I go kind of guy. :) TIA -- Rap
DoCmd.RunSQL CREATE INDEX PrimaryKey ON ROOTCOPY (ero) WITH PRIMARY UPDATE DISTINCTROW root000 LEFT JOIN rootcopy ON root000.ero = rootcopy.ero SET...
vbslammer,
Do you have an example of code that does the line-by-line comparison you were hinting at? Once I see it, and play with it, I am pretty sure I can adapt it. thanks -- Rap raptor136@adelphia.net
Looking for advice / opinions. I am finishing up 22 years in the Military and have only a few hit-or-miss IT training. But, as a consequence of duties: I have learned to used MS OFFICE 97/00, program in Lotus Notes, MS ACCESS, HTML. I can whip out high class powerpoint like it's cool (and...
VBSlammer -- Thanks. I don't know what you mean by "schema". If you mean "what does the database do?" then it tracks open work orders by shop/subshop, reconciles which orders still has parts assigned to them that didn't come in, and allows supervisors from the shop floor up...
Howdy: My employer puts a julian date on all reports. I need to be able to convert the julian to normal date. In order to get an accurate day count between the Julians. For example 2102 = the 102nd day of 2002, 9102 = the 102nd day of 1999.
Here's what I came up with, does anyone have a less...
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.