How do I write a query in Access that will show what records are on table "A" and not on table "B"?
For example: Table A Table B
1 2
2 3
3 4
4 5...
I have 2 tables (Bill of Materials) in Access. Field1 in TableA is 50 characters long, Field1 in TableB is 25 characters long.
I am trying to match field1 in tableA to field1 in tableB. If I use the ADOX command .find, I can't get a match. They do match if I use a query, but I am trying to...
Is there some issue I should be aware of when converting Access 97 databases to Access 2k or XP that have querydefs?
I am getting an error in the conversion that says "user defined type not defined"
Thanks
In, VB, how can I select a variable number of words between two points. What I want to do is select the parenthesis and everything in between in order to italizize it. So,
(the quick brown fox) becomes (the quick brown fox) italized. I know how to search for the the first "(" and...
I have a form that has a bunch of fields on it. When it was originally created, there was no value in the underlying table's "Field description" property. Now there is.
Is there a way to programatically update each field on the form without looping through the field collection on...
I want to create a table with, say 99 fields. I don't know how many fields, but it will vary with the table I am creating. Field names are not important in this instance, so I want to name them "Field01" "Field02" ... "Field99" etc.
(ADOX format:)
I tried this...
When I use the transferspreadsheet command to import an Excel spreadsheet, one of the text fields (Course-ID) comes in as a scientific notated field. For example, 20012911 comes in as 2.001291+07. when I convert that back to a string, as:
strCourseID = str(vFieldIn1) I get: 20012900, loosing...
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.