Search results

  1. M

    Is there a way I can turn a negative value into a postive value on a report

    I have a value of -£20 showing on a payment report but this won't make any sense to a customer when they receive it. Is there any formula or expressions (not VBA) on how to change this to £20.
  2. M

    MonthName fuction

    Is there a way to display the current month using the MonthName fucntion instead of typing in the number.
  3. M

    Copying data in a query

    I have the following query (see image) All I wish to do is copy the customerCreditLevel to the customerLastMonthsCreditLevel. What criteria do I need to this. This is all I would like to do.
  4. M

    What are some possible reasons for an update query not working

    I have an update query, that for some reason only updates some data and not others. Any explanation as to why this may be
  5. M

    Help with report layout

    I have a report that shows payments a customer made for a certain month. I would like all the payments to be totalled up for one customer. However when I generate the report it is showing each payment separately for the same customer. Please see image. Is there an easy way to fix this.
  6. M

    Data from Table not showing in form correctly.

    I have a customer form that contains data from tblCustomer, I also have a subform in my main form called sfrmCPartner (containig data from tblCPartner). When I run a query to search for a customer, the data from tblCustomer returns fine, but the data from the subform just returns the first...
  7. M

    Check box VBA

    Hello please have a look at this image: When the checkbox is clicked I would like to make the trading address info (in business details) appear in the account address info. Does anyone know any VBA to do this?
  8. M

    Running two Parameter Queries on a Report?

    Can I run two parameter queries on report and if so how? Basically I've created a report showing customer payments for a specific month. First query is to enter the month (I have this one done) Secondly I want to show a specific customer's payments for the enetered month (don't have...
  9. M

    Trouble on Monthly Statement

    I have created a report showing a list of all payments a customer has made that month. I have created a query to search for the month and return the payments, although it is returning the payments for every customer. Is there a way I can just show all the payments for one specific customer...
  10. M

    Really need help with VBA calculation

    Okay so i'm pretty new to VBA and I've been trying for hours to get this calculation to work I simply want to the net amount number when multiplied with the ceiling price (the prices are in the subform in the bottom right of that image) to show the total in the unit price column. I've tried...
  11. M

    Compile Error?

    I'm trying to do a calculation but when I try to click of the line of code, I get an an error saying Compile error expected end of statement. What does this mean? This is the code: Forms![sbfrmOrderLine]![orderLineTotal] = Forms![sbfrmOrderLine][orderLineAmount] *...
  12. M

    Simple calculation

    I'm kinda new to VBA and all I want to do is multiply the quantity by the agreed price and get the total to appear in the total box below the sub form.
  13. M

    Problems with linking fields on a form

    Okay so this will be kinda hard to explain but I'll try anyway. I am making a form for my customers to order products and on it they need their own address and their shipping address i.e the address they want to their products to be delivered from. Their owen address is stored on tblCustomer...
  14. M

    Problem with month function

    Hi I have an invoice table which shows the date (Short Date) of the month the invoice was made I have created a query using the month function so when I search I enter 1 to 12 for the corresponding month and this should return the invoices for that month but the problem is nothing gets...
Back
Top Bottom