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
Forefront Engine Update Errors
Install Windows Server 2003 on laptop
Display all rows except rows that are related to another within the same table (PARENT/CHILD)
Ole in-place at resize loosing focus
Telling Access to QUIT USING PROFILE FOLDERS!!
Clear ALL checkboxs with button action
VBA to retrieve same defects retrieved by a Quality Center Favorite
IBM Thinkpad R51 Can't get internet connection
Major problem with AJAX and server.transfer to AJAX page
Having trouble getting Dynamics AX4 to connect to AOS server from a DMZ