Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~4K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for poppo

Try this; [code]sFilename = Format(date,"MMMM") & Format(date,"DDDD") & Format(date,"YYYY") & Format(Time,"HH") & Format(Time,"NN") & Format(Time,"SS") & ".PDF" [/code] The above code will result in JuneFriday2007173710.PDF

Member Avatar for Prashant_Y
0
2K
Member Avatar for cybuster

Remember that you can only search on 1 field with the FindFirst method. The following code will not work; [CODE] rs.findfirst "NAME=" & 'NAME' & " AND POBOX=" & '2300 PD' [/CODE]

Member Avatar for PVBert
0
2K

The End.