Star Trek Collector Sets-Inserts-Holograms I have for sale the following Star Trek Collector Cards in MINT condition. Prices US plus postage + 1991 25th. Anniversary Edition (310-Card Set) $24. + 1991 25th. Anniversary Edition Series I (160-Card Set) $12. + 1991 25th. Anniversary Edition Series II (150-Card Set) $12. + 1991 25th Anniversary Hologram #H2 TNG Enterprise $15. + 1992 The
1993-94 NHL Topps/OPC "Premier Finest" Factory-Sealed Insert-Set I have for sale the 1993-94 NHL Topps/OPC "Premier Finest" 12-Card Metallic Chromium Insert Factory-Sealed Set. "The players included in this set were all picked first overall in their first draft year." The set includes the following NHL Players: Alexandre Daigle, Roman Hamrlik, Eric Lindros, Owen Nolan, Mats Sundin, Mike Modano
I have one more question. I need to use a variable in the query for the field name (e.g., ID). In the module, I set NumID=to the value in the MainInfo form (the variable does contain the ID). I tried just using it in the statement below and it didn't work. I found 'help' on using a variable in a query that says you use a function. So, I tried calling a function using: NumID = forms
Thank you so much. This worked! I really appreciate you taking the time to respond to my question. "Douglas J. Steele" wrote: private sub cmdDetails_click() if me.newrecord = -1 then ' insert into tbl_details ([ID]) values (me.id) CurrentDb.Execute "insert into tbl_details ([ID]) values (999)", dbFailOnError end if exit sub -- Doug Steele, Microsoft