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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by takeover

  1. takeover

    MS Access and SQL Server

    Gurus, I have table called Table1 in MS Access with 10 columns and have a similar table, Table2 in SQL Server. I have created the link table from Access to SQL Server. I need to compare the data in Table1 to that of Table2 and find the duplicates and insert the output to a third table in MS...
  2. takeover

    CrossTab Query

    Hi Duane, You are so nice and good. Thanks for your patience. I have done it at last with your help. Keep it up. takeover
  3. takeover

    CrossTab Query

    Thank you somuch for all your help. I identified the problem but no clue how to fix it now. This is the problem. My query which the report is based on is a crosstab query. The output of the base query is like this Id REC_NUM Type Count 100 00 RN 10 100 00 PT...
  4. takeover

    CrossTab Query

    For your first question:Yes, you are right. The dates in the DoCmd.OpenReport command are the only date fields available in the record source (fields in the design view) I have set the criteria in the query because in the first query only I am refering to the dates which I need to filter out...
  5. takeover

    CrossTab Query

    Yes, those are two fields in the record source. As I said earlier, these dates are also parameters to the queries too.
  6. takeover

    CrossTab Query

    DoCmd.OpenReport "rptNumVisPerDiscpl", acViewPreview, , "CERT_FROM_DATE >= #" & strWhere & "# AND CERT_TO_DATE <= #" & strWhere1 & "# "
  7. takeover

    CrossTab Query

    Hi Duane, Yes, I am using DoCmd and having a where clause in that. That where clause is being used for two other output fields. (The text boxes in the form is actually supplying the parameters for the where clause in the DoCmd.OpenReport and two other parameters in the query itself). When I...
  8. takeover

    CrossTab Query

    Hi, I am able to run the queries separately now with success, but when I try to open the report from the form, I am getting an error saying Microsoft Jet database Engine does not recognize " as a valid field or expression. What does this mean? takeover
  9. takeover

    Count and Join

    Hi JonFer, Thanks! takeover
  10. takeover

    Count and Join

    Hi, Can I have a total count column also in this query? CUST_ID REC_NUM COUNT1 COUNT2 TOTAL_COUNT 100 00 3 3 6 100 01 2 3 5 101 01 2 3 5 102...
  11. takeover

    Count and Join

    Hi JonFer, Thanks a lot! So nice. takeover
  12. takeover

    Count and Join

    Hi Gurus, I have three tables like below Table1 CUST_ID REC_NUM 100 00 100 01 100 02 101 00 101 02 ----------- ----------- Table2 CUST_ID REC_NUM DATE 100 00 10/10/2002 100 00 10/11/2002 100 00 10/12/2002 100 01...
  13. takeover

    Rename controls

    Hi, The code doesn't work. It says "To set this property, open the form or report in design view. takeover
  14. takeover

    Insert/Update

    Hi Richard, That was quick. Thanks a lot! takeover
  15. takeover

    Insert/Update

    Hi, My primary key is a key with three columns. How could I code this? takeover

Part and Inventory Search

Back
Top