D
Dib
Hi,
How can I call a form at run-time based on the value from a table.
Dim frm as Form
Dim sForm as String
sForm = rs.Fields(1).Value
frm.Name=sForm
frm.Show()
This is what I am doing. Is this wrong?
What is the correct syntex.
Thanks
Dib
How can I call a form at run-time based on the value from a table.
Dim frm as Form
Dim sForm as String
sForm = rs.Fields(1).Value
frm.Name=sForm
frm.Show()
This is what I am doing. Is this wrong?
What is the correct syntex.
Thanks
Dib