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

replace part of string

Status
Not open for further replies.

Bastien

Programmer
May 29, 2000
1,683
CA
I am using vba to dymanically code a series of insert statements via loops. the problem I have is that I sometimes end up with a comma at the end of the sql statement.

How can I use the replace() function to do this? I used the replace function on a ASP page and it works great.

Do I need to reference something specific here?

TIA Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
97 Bastien

There are many ways to skin this cat,
but it still tastes like chicken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top