E
ElCabron
Guest
Hi,
I have to take a single value from a query to a field in a form. I can't make up an update query because the form locks the table used.
What would be missing in that code?
stDocName = "MyQuery"
DoCmd.OpenQuery stDocName, acNormal, acEdit
Me.MyField.Value = (??? what here?)
(I want to access the result of my query)
Any idea? Thanks!
Sebastien
I have to take a single value from a query to a field in a form. I can't make up an update query because the form locks the table used.
What would be missing in that code?
stDocName = "MyQuery"
DoCmd.OpenQuery stDocName, acNormal, acEdit
Me.MyField.Value = (??? what here?)
(I want to access the result of my query)
Any idea? Thanks!
Sebastien