kieranplatt1
Programmer
I have a form showing a clients record which has a subform showing brief details of the clients past orders. I would like to make the subform clickable so that if a 'Sale ID' is clicked on the list another form called 'Sales Record' opens and shows full details of that sale.
Ideally my where condition should be something like this I think...
[Sale ID] Like [Forms]![ClientForm]![SUBFORM]![Sale ID]
I am having a problem referencing the subform though it does not appear to have a name and is not listed on the forms part of the database!
Can anyone help please?
Ideally my where condition should be something like this I think...
[Sale ID] Like [Forms]![ClientForm]![SUBFORM]![Sale ID]
I am having a problem referencing the subform though it does not appear to have a name and is not listed on the forms part of the database!
Can anyone help please?