Hi,
I am having a bad day, just can't get this to work.
I have a main form called FrmSchemes
I select a scheme from the form which opens up a Popup Form
so far so good
On the popup Form is a Listbox, I want to open A selected record from the listbox on another popup form
I have tried useing
=[ExpenseHistory].[Column](0) in a hidden text box (on the first popup form)so that the query on the new popup form can reference the CostID
No Luck, I am sure there is another way of doing this any thoughts please?
I am having a bad day, just can't get this to work.
I have a main form called FrmSchemes
I select a scheme from the form which opens up a Popup Form
so far so good
On the popup Form is a Listbox, I want to open A selected record from the listbox on another popup form
I have tried useing
=[ExpenseHistory].[Column](0) in a hidden text box (on the first popup form)so that the query on the new popup form can reference the CostID
No Luck, I am sure there is another way of doing this any thoughts please?