Smitty
Legend
- Joined
- May 15, 2003
- Messages
- 29,536
I have a subform that displays General Ledger transaction data based on a ComboBox (Property Name) & Text Box for date selection on the main form. Simple enough, a user selects a department/date and the relevent transactions & GL codes for each property are returned in the subform.
What I'd like to do is allow the user to enter transaction amounts based on the date they select, with the previous day's entries displayed next to blank text boxes for current day's entries. Right now I have Current Day displayed as a "placeholder" from the subform query. Unfortunately, I'm a bit stumped as to what's going to be the best approach for adding text boxes for current day entries that are bound to the GL codes currently displayed. Once entered, the data can be written to the same transaction table that is feeding the current sub form.
I've been messing around with a second subform, but haven't had much luck so far.
Thanks!
What I'd like to do is allow the user to enter transaction amounts based on the date they select, with the previous day's entries displayed next to blank text boxes for current day's entries. Right now I have Current Day displayed as a "placeholder" from the subform query. Unfortunately, I'm a bit stumped as to what's going to be the best approach for adding text boxes for current day entries that are bound to the GL codes currently displayed. Once entered, the data can be written to the same transaction table that is feeding the current sub form.
I've been messing around with a second subform, but haven't had much luck so far.
Thanks!