Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bound Object Frame Question

Status
Not open for further replies.

rostulya

Technical User
Jan 7, 2004
15
0
0
US
Hi. Here's the problem that I have.
I have an unbound form, with bound object frame control on it, which I use to store photos of products. When user clicks 'Save' button, this code is executed:
Dim rst As Recordset
Set rst = CurrentDb.OpenRecordset("select * from Samples where ID = 0")
rst!Retailer = Me.Retailer
rst!UPC = Me.txtUPC
...etc.
The question is, how do I move my frame's value? I have no idea how to do that.
Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top