Papashep
New member
- Local time
- Today, 10:55
- Joined
- Oct 13, 2013
- Messages
- 15
I am using a subform to display transactions belong to an account specified on the main form. This works OK.
The problem I have is the amount of data to be displayed is to much for the size of the subform, so I thought I would resolve this using an unbound field (DisplayName) in which I want to display either the (PayeeName) or the (OriginalPayeeName) from the transaction recordset.. My idea was to control which value is displayed in the unbound field with the click of a button and the setting of a boolean variable. All I keep getting in the (DisplayName) is #NAME? can anyone advise me on how I should go about this?:banghead:
The problem I have is the amount of data to be displayed is to much for the size of the subform, so I thought I would resolve this using an unbound field (DisplayName) in which I want to display either the (PayeeName) or the (OriginalPayeeName) from the transaction recordset.. My idea was to control which value is displayed in the unbound field with the click of a button and the setting of a boolean variable. All I keep getting in the (DisplayName) is #NAME? can anyone advise me on how I should go about this?:banghead: