G
Guest
Hello Newgroup:
In my app, the user may select a record from a "listbox" by double-clicking.
I would like to open and display the selected record on a new form.
When I use the "DoCmd.Open"
PolicyNumb = 4
DoCmd.OpenForm "sfrmCnfrmEntryPolicies", , , Forms![frmItemList]![Policy_id]
= PolicyNumb
Ms-Access 2000, prompts me for the value of "PolicyNumb", even though that
var has been set in the code.
Is this the best way to approach this problem ? Any suggestions or
recommendations are greatly appreciated.
Thank you in advance.
In my app, the user may select a record from a "listbox" by double-clicking.
I would like to open and display the selected record on a new form.
When I use the "DoCmd.Open"
PolicyNumb = 4
DoCmd.OpenForm "sfrmCnfrmEntryPolicies", , , Forms![frmItemList]![Policy_id]
= PolicyNumb
Ms-Access 2000, prompts me for the value of "PolicyNumb", even though that
var has been set in the code.
Is this the best way to approach this problem ? Any suggestions or
recommendations are greatly appreciated.
Thank you in advance.