I got a macro to work running two different sessions using these lines of code:
Set Sess0 = System.Sessions.Item("C:\Program Files\E!PC\Sessions\Session2.edp")
Sess0.screen. 'do something'
Set Sess0 = System.Sessions.Item("C:\Program Files\E!PC\Sessions\Session3.edp")
Sess0.screen. 'do...
I need to take the following fields...
id, string, and parse the string into a new table as follows:
Table1
id1 string1
----- -------
1234 123,456,789
into
Table 2
id2 string2
---- -------
1234 123
1234 456
1234 789
I am using DAO in Access 97. Please help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.