doctor2001
IS-IT--Management
Hi -
I am banging my head against the wall trying to figure out this query:
arcycle_add_week.Open "UPDATE arcycle SET arcycle.week = " & Text2.Text & " " & "Where arcycle.document = " & Text3.Text & "", acn, adOpenKeyset, adUseClient
What I am hoping it does is:
update a table(arcycle) in column(week) with data from text2 where the critria from text3 is reached.
Can any help !!!
Thanks
I am banging my head against the wall trying to figure out this query:
arcycle_add_week.Open "UPDATE arcycle SET arcycle.week = " & Text2.Text & " " & "Where arcycle.document = " & Text3.Text & "", acn, adOpenKeyset, adUseClient
What I am hoping it does is:
update a table(arcycle) in column(week) with data from text2 where the critria from text3 is reached.
Can any help !!!
Thanks