Forum Discussion
JayKeebs2423
Jan 27, 2022Copper Contributor
How to Update Table from a Form using cmd button
Okay i would like to be able to update part attributes table from a form. The Part_ID in table (primary key) is listed in combo box in form (prtnum_cbo) this carries a list of attributes that can be ...
arnel_gp
Jan 28, 2022Steel Contributor
Set rec = db.OpenRecordset("Select *FROM SawPartNumber Where Part_ID = '" & Me.prtnum_cbo & "'")