Search results

  1. danikuper

    Cross tab report formatting help

    Thanks! Easier than I thought it would be. :)
  2. danikuper

    Cross tab report formatting help

    Hello! I need to create a report that compares 2002, 2003 and 2004 data by month by week (defined as groupings of 7 days). I've created a cross-tab query with the data I need but am having trouble with the report... can someone help? See attached what I mean. The cross_tab_report.jpg is the...
  3. danikuper

    Comparing same days of different years

    Yeah! The partition function seems to be my savior. thanks a lot :) daniel
  4. danikuper

    Comparing same days of different years

    Humm... it seems that the Partition() Function is what I'm looking for. What would the syntax look like? My table looks like this: Invoice Date Amount Customer ..etc.. The [Date] field has the date I want to compare while the [Amount] has the $ value for comparison. Partition([Date].... )...
  5. danikuper

    Comparing same days of different years

    Hi, I've searched the forum but couldn't find an answer for this one... if it has already been answered I apologize. I have a table with data for 2002, 2003 and 2004. I need to compare weekly data but we know that week1 in 2002 will not have the same number of days as week1 in 2003 or 2004. I...
  6. danikuper

    Go to specific record when open form

    Hi, I've searched the forum but couldn't find an answer to this one... I have a form based on a query that summarizes a table showing only ID, Name, etc... and a button to open a second form where I show the details of the selected record. I'd like that when I click the button, the form...
  7. danikuper

    Autoformat Option Recovery

    OK, was able to find the info myself by going to Microsoft's Knowledge Base. Here's what they say about this if anyone else needs to know: *********** To recover an AutoFormat style, follow these steps: 1. Start the copy of Access that contains the AutoFormat style that you want to...
  8. danikuper

    Autoformat Option Recovery

    How to recover an autoformat option I accidentally deleted one of my autoformat options... is there a way of bringing them all back to the original settings? thanks! daniel
  9. danikuper

    Hyperlink went crazy

    Thanks! Works great!!!! Thanks a lot :) daniel
  10. danikuper

    Hyperlink went crazy

    Hi there, I'm running Access 2000 and have the following problem: In my form, I have a text box (F_Path) with the file path to a word document. The code I'm using to open it works great, but when there's no path or an invalid path, it brings up an unfriendly error message with the options to...
  11. danikuper

    DSUM strange error

    I have a Dsum function in an event on a subform that reads: Totals = DSum("[Paid_Amt]", "tblPayments", "[Custcode] = " & Me.CUSTCODE) The problem is that when executed, I get the following error message: Run-Time error '2471': 'The object doesn't contain the Automation object 'ABC." (where...
  12. danikuper

    Word Mail Merge

    Word gives you more flexibility when formatting your text and playing with pages.... and also because the person that will run and modify the letter is not familiar with Access.
  13. danikuper

    Word Mail Merge

    Simple question: how do you do a word mail merge when you have the following table structure: table: Customers customerID customername customeraddress table: Invoices customerID invoice_no invoice_total It's a one-to-many relationship between those two tables and my letter in word needs to...
  14. danikuper

    Calculation problem with subforms

    Humm... does DSUM work if the data type is currency?
  15. danikuper

    Calculation problem with subforms

    Hi, I tried what you suggested but it shows #Error in the field where I have the Dsum expression. The expression I'm using is: =DSum("paid_amt","TblPayments","Custcode = " & [Forms]![frmCustomer_Main]![Custcode]) Maybe I'm doing something wrong?
  16. danikuper

    Calculation problem with subforms

    I have a main form with two subforms: - Tracking - Payments The main form contains customer info (ID, Name, address) while the payments subform is a datasheet with fields "payment_amount" and "payment_date"; the tracking subform has "total_due" and "total_paid". I want to calculate the...
  17. danikuper

    Help! Page numbering on mail merge

    Thanks Paul, I'll try that. :)
  18. danikuper

    Help! Page numbering on mail merge

    I'm using a DB in Access 2000 to perform a mail merge. I've created a report (the letter that will be sent out to customers) successfully and have each customer on a separate page. The problem is that some customers will receive a one-page letter and others will receive 2 or 3 page letters...
  19. danikuper

    Criteria for printing records in a report

    I have a report that is based on a table with information like: Customer_ID Customer_Name Customer_Address Invoice_No Invoice_Total The report is grouping customers and showing each invoice related to a customer. Each page has a different customer with his/her invoices listed. I also added a...
  20. danikuper

    Month format not working

    Hi, No, I'm still stuck! Any help is greatly appreciated :) daniel
Back
Top Bottom