M
MrDangerous
I'm trying to use append querys to pull certain bits of info from two
different tables into a third table, but I'm having a problem. One of the
fields is "Invoice Number" an auto-number with a field format of either
/S000000 for sales invoices, and /W000000 for service invoices. That gives
me a 7 character invoice number starting with either S or W that is printed
on a bill. The problem comes in when the query updates the field in the
third table, all I get is the number (both S000003 and W000003 are truncated
to just 3, and so on). How can I get the query to update the field with all
7 characters?
different tables into a third table, but I'm having a problem. One of the
fields is "Invoice Number" an auto-number with a field format of either
/S000000 for sales invoices, and /W000000 for service invoices. That gives
me a 7 character invoice number starting with either S or W that is printed
on a bill. The problem comes in when the query updates the field in the
third table, all I get is the number (both S000003 and W000003 are truncated
to just 3, and so on). How can I get the query to update the field with all
7 characters?