Recent content by pop

  1. P

    Get data from a table in a table

    Well, it was for a report haha, shouldn't post it there.
  2. P

    Get data from a table in a table

    Yes, but I had no answer in the other section for 2 days, but had one in 30 min in this, sorry for the double post but I need an answer fast.
  3. P

    Get data from a table in a table

    I have a text box which get value in a form which takes its value from a table, which looks like this : =[Forms]![frmRequest]![cboAsk].[Column](1) from there its ok, but my problem is that I have a Data type that takes it data from a table (table in a table). The table in the other table can...
  4. P

    Get data from a table in a table

    I forgot an important detail, my table which is in the other table can have multiple values. Thanks, Pop
  5. P

    iif statement on picture

    Is there a way to put a iif statement on a picture, depending on a value, there can be two different picture. thank you, Pop
  6. P

    Get data from a table in a table

    I have a text box which get value in a form which takes its value from a table, which looks like this : =[Forms]![frmRequest]![cboAsk].[Column](1)from there its ok, but my problem is that I have a Data type that takes it data from a table (table in a table). So how can I take that value, I...
  7. P

    Letter system

    Thank you, work out really well. Pop
  8. P

    Letter system

    Workout great with little adjustment, thanks a lot. But now I have a minor problem with the external database. If the field has a max char of 50 char and the field has 10 char, the other 40 char are replaced by 40 spaces. I was wondering if there is a way to completely remove those spaces in my...
  9. P

    Letter system

    bump!!!!!!!!!!!
  10. P

    Letter system

    Tables: I have a table which is linked to our company's client list (about 12,000 entries). I then have another table which add information for to the other table (a check box, invoice number and the amount). Then I make a query which put the two tables together. Form: This query is then used...
  11. P

    Total Column

    oh i see :P Thanks a lot for your help
  12. P

    Total Column

    I already tried that, but the problem that I had is that the total is the sum of the transaction and I don't know how i can do the same thing with a sum. Thanks a lot for your help, Pop
  13. P

    Total Column

    I have a form which shows the summary of all the monthly transaction. The column are Company, Transaction Type, and total. All the amount generated in the form are form query. What I want is to add a column which would put all the amount that are in USD in CAN $. Here is the form: And the...
Back
Top Bottom