Dchall_San_Anto
Registered User.
- Local time
- Today, 03:24
- Joined
- Jul 21, 2003
- Messages
- 28
Surely this problem comes up more than I can find it when I search these archives.
I want a field in a form to display whether folks have paid their dues (Yess) or are late (Noo). Here is the expression I built by selecting what I thought were the right elements from the Expression Builder:
=IIf([New FRUA Table]![Last Payment]>[New FRUA Table]![This Dues Due],"Yess","Noo")
where
New FRUA Table is the name of the table I made using Make-Table Query,
Last Payment is the payment date of record (field type is Date),
This Dues Due is the due date of record (field type is Date), and
I purposely misspelled Yess and Noo as a diagnostic.
I thought the answer would be a Text type field but in the field properties, Text is not one of my choices. My only choices are number types (including dates) and the Yes/No group. Selecting Yes/No makes no difference. Of course the result I see in the form is #Name?
By the way, I might add that this is my first attempt to use Access. So far I feel great that I have gotten all the fields and all the records on this computer. Now I'm trying to redo my calculated fields. My only other database experience is in building this membership database on a Macintosh using FileMaker Pro - and that was years ago. So please be gentle with me on this.
I want a field in a form to display whether folks have paid their dues (Yess) or are late (Noo). Here is the expression I built by selecting what I thought were the right elements from the Expression Builder:
=IIf([New FRUA Table]![Last Payment]>[New FRUA Table]![This Dues Due],"Yess","Noo")
where
New FRUA Table is the name of the table I made using Make-Table Query,
Last Payment is the payment date of record (field type is Date),
This Dues Due is the due date of record (field type is Date), and
I purposely misspelled Yess and Noo as a diagnostic.
I thought the answer would be a Text type field but in the field properties, Text is not one of my choices. My only choices are number types (including dates) and the Yes/No group. Selecting Yes/No makes no difference. Of course the result I see in the form is #Name?
By the way, I might add that this is my first attempt to use Access. So far I feel great that I have gotten all the fields and all the records on this computer. Now I'm trying to redo my calculated fields. My only other database experience is in building this membership database on a Macintosh using FileMaker Pro - and that was years ago. So please be gentle with me on this.