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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

strings

Status
Not open for further replies.

Mitch1984

Programmer
Jan 15, 2003
1
AU
i need to know how a string can be manipulated into a table...if an explanation will help you to understand, i want a path which the user has selected to be transferred into a table which is hyperlinked to another application which will open the file that was selected!!! Confused...basically i want to paste a string into a table if anyone can help me with this relatively easy problem it would bbe most appreciated!!!
thank you guys
 
DoCmd.RunSQL "INSERT INTO tblName (FieldName) VALUES ('" & SomeString & "');"

;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top