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
How to specify OS variables from VFP
I am trying to add an edit, delete function to an existing gridview
Grouping by pallet#
.Net 2.0 and Mono compatibility?
TMG/ISA 2006 - Kerberos Authentication Issues
"Declare Function" err - "not allowed as Public members of object modules"
Upgrade to Vista, video card not detected
Java.lang.Error: java.lang.reflect.Invocati<wbr />onTargetEx<wbr />ception
Calculate difference in time, and get the integer value
MSASCUI.exe error on XP Pro