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...
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...
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...
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...