WhiteZiggy
Programmer
Ok,
I need to use a field (names.txt) with the table (me.tbl) to run this macro (Malcom). I need to run (Malcom) for every line in the table (Malcom(names.txt)). I know how to connect my access DB to outside tables, but for some reason am having a brain lapse as to how to utilize a table within the same DB as the VBA and all my books are currently in storage.
If anyone can help it would be appreciated...
Thanks,
WZ
Sample:
Function CountFolder()
'Runs for every file that is being created
Malcom(names.txt)
'Of course i will cycle through the table or SQL recordset
' That I will get once i figure the best way to connect
'to the table
End Function
I need to use a field (names.txt) with the table (me.tbl) to run this macro (Malcom). I need to run (Malcom) for every line in the table (Malcom(names.txt)). I know how to connect my access DB to outside tables, but for some reason am having a brain lapse as to how to utilize a table within the same DB as the VBA and all my books are currently in storage.
If anyone can help it would be appreciated...
Thanks,
WZ
Sample:
Function CountFolder()
'Runs for every file that is being created
Malcom(names.txt)
'Of course i will cycle through the table or SQL recordset
' That I will get once i figure the best way to connect
'to the table
End Function