Design by Sue
Registered User.
- Local time
- Today, 09:12
- Joined
- Jul 16, 2010
- Messages
- 816
I know you can't execute a select query and you need to create a recordset but I am not finding any instructions that are helpful to me. The select statement I am trying to use is a follows:
Can someone help me create the code I need for a record set that I can then use to run an update query?
Thanks
Sue
Code:
strSQL = "SELECT [PP Type TBL].[Prepack Type], [PP Type TBL].Width, [PP Type TBL].Height, [PP Type TBL].Depth, [PP Type TBL].[Weight Lb], [PP Type TBL].[Weight Oz]FROM [PP Type TBL]WHERE ((([PP Type TBL].[Prepack Type])=[Forms]![Prepack Edit 2 FRM]![Prepack Type]));"
Can someone help me create the code I need for a record set that I can then use to run an update query?
Thanks
Sue