Search results

  1. S

    query many database

    Hello, I have 10 databases . ALL identical and used for different vendors. All have same table structure ( invoice, price, etc , etc tables) I want to run a query where I type in the invoice number and it should query all the database and display the appropriate information that I need. Would...
  2. S

    query many database

    Hello, I have 10 databases . ALL identical and used for different vendors. All have same table structure ( invoice, price, etc , etc tables) I want to run a query where I type in the invoice number and it should query all the database and display the appropriate information that I need. Would...
  3. S

    hello

    Hello have a table with the following: Destinations, sent date , return date date in the table looks like this London 11/12/04 11/14/04 London 15/12/04 18/12/04 Geneva 14/12/04 16/12/04 I need to calculate the average time it takes for destination to...
  4. S

    Easy one

    Have a table with 5 fields. four are filled. Now have a query that shows me the records that I want to see. Now also have a form based on that query . Again that query has only four fields. Need to put some code behind this text box so that when I enter stuff in it updates records in the main...
  5. S

    I try again

    No response to my earliar post. Perhaps not clear.I will try again. have a table with called Info with following fields Code Weight Date Sh[/B]ip # Now we get this text file fixed width with the following information Code Weight date This is generated by...
  6. S

    I try again

    No response to my earliar post. Perhaps not clear.I will try again. have a table with called Info with following fields Code Weight Date Ship # Now we get this text file fixed width with the following information Code Weight date This is generated by...
  7. S

    Query

    Thanks David for you help earlier. Got it working. Still need more help. Now I have a table with the following fields. Dest Date Pakage Info PGVA 12-12-01 ABC RGVA 12-12-01 EFG PGVA 12-12-01 123 PGVA 12-12-01 154 RGVA 12-12-01 2123 PLIM...
Back
Top Bottom