Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC tbl querie or not 1

Status
Not open for further replies.

MarcoPerez21

Programmer
May 5, 2004
55
US
I have a calendar tbl the function for this tbl is to keep the week in month/ year organized for the POS software. my task is get the sales from today and copmare it against last years data on the same period regardless of the day (ie. sales for may 12,03 was a monday, sales fir may 12, 04 is wed)what I need is: (lets say that we are in wk 23 of 2003)week 23 of last year to compare sales. can anyone give insight on which way to go? query or not.


Thanks in advance,
Marco
[ponder]
 
I think you just have to open qryGetAllData, it should run the others as needed to get the information.

Leslie
 
Leslie,

I think that I left some of queries out!
I have a make table query that grabs the sales information from two ODBC tables : tixhdr, tixlin from those to I create the "Sales Data" tbl. I have a qry that grabs the information from the Sales Data and pumps the data into the "Daily Sales" Table this table is where I get the information to generate my report (by way of a master query) can you advise me with which qry i should start with.
thank you in advance,
Marco
[ponder]
 
I believe that once you have created you Daily Sales Table that you should be able open GetAllData and it will run!

I don't know what your process is for creating that table, is it in a module?


leslie
 
no it's not in a module
i've found the answer i was pointing to the wrong qry.
thanks
Marco
[thumbsup]
 
Oh, good! I was running out of ideas of why it wasn't working!!

leslie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top