P
PeteP
Hi,
I have a continuous form that displays a list of orders with various
bits of individual order information.
The orders table only stores ID values and needs to reference these
values from other tables. Originally, I attempted to join to these
tables, but were prevented from performing an update to the subsequant
resordset.
It was suggested that I use DLookup() to return the values and all
appeared to work fine. However, when i open the form using VB and limit
the displayed Recordset by programmatically amending the WHERE clause,
all the DlookUp() values are returing blanks.
An Example of a Dlookup is:
=DLookUp("[dtblLookupCodes]!vchLUDescription","dtblLookupCodes","
[ActionTypeID] = [IntLUId] ")
I have tried Requerying and Refreshing the form to no avail. Can anyone
assist?
I have a continuous form that displays a list of orders with various
bits of individual order information.
The orders table only stores ID values and needs to reference these
values from other tables. Originally, I attempted to join to these
tables, but were prevented from performing an update to the subsequant
resordset.
It was suggested that I use DLookup() to return the values and all
appeared to work fine. However, when i open the form using VB and limit
the displayed Recordset by programmatically amending the WHERE clause,
all the DlookUp() values are returing blanks.
An Example of a Dlookup is:
=DLookUp("[dtblLookupCodes]!vchLUDescription","dtblLookupCodes","
[ActionTypeID] = [IntLUId] ")
I have tried Requerying and Refreshing the form to no avail. Can anyone
assist?