M
margaret
So, once again for all you who are reading today, I have a form ... frmSales
that is based an a qrySales from tblSales, it includes a field "fairdate". I
would like the control tblsales.fairdate to read from tblControlFile!fairdate
AND filter any data to equal the tblControlFile!fairdate. On the "on open"
property I have
Me.fairdate.DefaultValue = "'" & DLookup("FairDate", "TblControlFile") & "'"
Me!fairdate = tables!tblcontrolfile.fairdate
And, it's not working. Can anyone help?
Margaret
that is based an a qrySales from tblSales, it includes a field "fairdate". I
would like the control tblsales.fairdate to read from tblControlFile!fairdate
AND filter any data to equal the tblControlFile!fairdate. On the "on open"
property I have
Me.fairdate.DefaultValue = "'" & DLookup("FairDate", "TblControlFile") & "'"
Me!fairdate = tables!tblcontrolfile.fairdate
And, it's not working. Can anyone help?
Margaret