A
ABL
I have the rowsource for a form set to a query that joins multiple tables.
I have two questions:
1) how should I refer to items in the rowsource? For example, if the query
starts as:
"SELECT [product].[product_id], [product].[product_name]"
do I refer to this item as:
me!product.product_name
or me!product_name
or me.column(1)?
2) If I create bound controls from this dataset, will changing their values
update the tables from which they arise? That is, if I create a control
bound to [product].[product_name], and I change the product name, and then
me.update (or me.refresh), will the new product_name be saved?
Thank you!
Alden
Note: please don't reply to this email address, only to the group. I don't
check this address and it is used to collect unsolicited emails.
I have two questions:
1) how should I refer to items in the rowsource? For example, if the query
starts as:
"SELECT [product].[product_id], [product].[product_name]"
do I refer to this item as:
me!product.product_name
or me!product_name
or me.column(1)?
2) If I create bound controls from this dataset, will changing their values
update the tables from which they arise? That is, if I create a control
bound to [product].[product_name], and I change the product name, and then
me.update (or me.refresh), will the new product_name be saved?
Thank you!
Alden
Note: please don't reply to this email address, only to the group. I don't
check this address and it is used to collect unsolicited emails.