Microsoft
Software
Hardware
Network
Question : Using a Field from a Table as part of the file name when saving in a module
How do I put a value from a field in a table into my SaveAs function using Visual Basic?
Answer : Using a Field from a Table as part of the file name when saving in a module
dim strName as string
strName=dlookup("[Field 1]","Table 1")
objWkb.SaveAs "\\lm\FileName" & strName & Month(Date) & "-" & Day(Date) & "-" & Year(Date).
Random Solutions
Active Directory Replication
OWA with two Exchange 2003 servers
Convert Access2 to Access2000 Programatically
Questio on beforeupdate event to prevent duplicate record
Excel slow opening sheet
Increasing Execution Timeout within SQL Server 2005 Express
How do you copy Excel macros from one windows profile to another?
Access Radio Option Help...
Deleting Group Policy Objects
I get a error message when I reference a dll file to my C# Window application