tblTerms has more than one record, it has 7.
no, BRYANT INTERGRATED TECHNOLOGIES and CROW SECURITY are not repeated multiple times in the BILL_TO field of DISTRIBUTORS_MAILTO_BILLTO. this is why there should only be one of each company listed in teh query. this is the problem.
-crys
tblTerms is strictly for the date manipulation. no links.
"COMPANY" is the primary key in both "CUSTOMERS" and "CUSTOMERS_DISTRIBUTORS_MAILTO_BILLTO"
i had to not link them so i could have two companies on one line with the addresses (example, i'm shipping out a package to one company, but...
this is the SQL for the query...
SELECT DISTINCT [DISTRIBUTORS_MAILTO_BILLTO].[BILL_TO], [Customers].[STREET], [Customers].[CITY STATE ZIP], [Customers].[PHONE], [Customers].[FAX], [Customers].[CONTACT], [DISTRIBUTORS_MAILTO_BILLTO].[REP], [DISTRIBUTORS_MAILTO_BILLTO].[INVOICE #]...
I probably should have specified, the worksheets don't have my clients information on them. They are price lists. I have three different type of clients, and they all have different price lists.
-crys
I am sending a Excel book to some clients and was wondering if it is possible to password protect a hidden worksheet. I would like to have 4 worksheets available, but only one visible. I will give specific clients passwords to open one of the three hidden worksheets. How can this be setup? I...
If the person orders more than 7 different items, a new order form (Invoice [Report]) will be made for him/her. There are only 7 slots on the Invoice (Report) so a new one will have to be made anyway. The 7 will not change, so we do not have to worry about that.
That sounds correct...
The examples of the Tables are similar, but I know for a fact my order tables are NonNormalized, but I did that specifically for my employer who is access-illiterate (worse than I am) so all he has to do is type in the information and it will link to the Reports that he needs.
The Order...
where's "the next column"?"
In the same Table that we select the Model#, the very next column (to the right of the Model#).
"I'm still not clear on what you want to do with the price information once you get it?"
When I select the Model#, the price for the Model# will be filled in the Price...
I'm reading the document, but I'd still like to keep a dialogue with you, so to answer your statement...
Unless there is completely different information stored about the different customer types, you should probably only have a single customer table with a field that determines if the customer...
You want to update Price based on what Model is selected?"
Yes
"What are the tables that you have that contain the Model and Price information?"
Ok, this gets tricky, there are three types of customers I'm dealing with, SystemsInt, Dealers, and Distributors, and all of them can order the...
I'm still new to access and I've tried many things to automatically input data into specific columns and it hasn't worked. In my main table, I have combo boxes for [MODEL#] and I would like to have the combo box link to the [PRICE] column so it will insert the appropriate price. I have the...
I have a table that has combo boxes of [MODEL#] and [PRICE] how do I make it so when I select a Model# the appropriate price is automatically inserted in the [PRICE] column? I've been told I should do this with a Lookup Table, but when I use the wizard it creates a combo box like the one 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.