I need to get the date for Friday of the next week.
For example today is Wednesday, July 30, 2003. I enter this into a textbox then click a button that will return Friday, August 8, 2003.
How do you do the calculation for this?
Thanks, :confused:
In the OnOpen event of my form I would like the form to look up values in a table that contain the image control name and the imagefilename for the control.
I would like the form to load the imagefilename into the picture property of the image control from the value in the table. The table...
I have a form with a linked image control. The images are maps of rooms. The user needs to be able to paste images on the map of the room showing where air quality samples were taken.
What I need to be able to do is have a command button that will paste the image on the map after the user...
I have several textboxes that hold very small values like for instance 2.2 X 10-8 (2.2e-8). However, just selecting Scientific for the format property doesn't seem to be working correctly. If I type in 2.2e+8 then the display is the same. But, if I enter 2.2e-8 the display changes to 00.e00...