Use Access 2007;
"Admit" field in "SfAdmit" subform is a "long date" and the date format here is ddmmyyyy with time and seconds.
I created a short date unbound textbox in this same subform called "admit1" which is set to shortdate ddmmyyyy as i want to use this to filter a query.
The "RxDate" field in the query is in "short date" format ddmmyyyy", where i add the above code in the criteria block.
Problem - it does not filter my query data based on the subform "admit1" field i use.
Any suggestions please?
"Admit" field in "SfAdmit" subform is a "long date" and the date format here is ddmmyyyy with time and seconds.
I created a short date unbound textbox in this same subform called "admit1" which is set to shortdate ddmmyyyy as i want to use this to filter a query.
Code:
Form + Subform + short date path from query = [Forms]![frmAdmit]![sfAdmit]![admit1]
Problem - it does not filter my query data based on the subform "admit1" field i use.
Any suggestions please?
Comment