Larsporsenna
Registered User.
- Local time
- Today, 13:16
- Joined
- Aug 20, 2013
- Messages
- 17
I have a very simple problem but can't seem to find a way to achieve it.
In the form "Assets" I want to flag a warning when an asset date is entered that is before the start of the current financial year (01/04/2013)
I tried using a table with date attribute so that the user could change this date as required.
In the Assets form I have an unbound Text field "Financial_Year". In the record source for this field I have the Query "Get Financial Year".
When I run the form #Name? appears in the text field. When I try to force the query with the DoCmd.OpenQuery it opens a data spread sheet.
There must be a simple way to allow me to extract this info and load it into the text Field
In the form "Assets" I want to flag a warning when an asset date is entered that is before the start of the current financial year (01/04/2013)
I tried using a table with date attribute so that the user could change this date as required.
In the Assets form I have an unbound Text field "Financial_Year". In the record source for this field I have the Query "Get Financial Year".
When I run the form #Name? appears in the text field. When I try to force the query with the DoCmd.OpenQuery it opens a data spread sheet.
There must be a simple way to allow me to extract this info and load it into the text Field