Does anyone know how to make a text field an emailto: field. I have a field I store email addresses in. My boss would like to be able to click on the email address to send an email. I would appreciate any help. I am using VB 6.0. Thanks.
Thank you. That is very helpful, however, I am having some problems. I declared the shellexecute function in my main module and I entered the Private Sub
Private Sub DoQuote()
shellexecute(me.hwnd, "\\ntserver\netdrv\quotes\quote.mde", _"-Fast", "C;\Program...
I have a Visual Basic application with a database backend. I have used Active Tool Bars for the toolbar. I would like to put a button on the toolbar that will open and run a seperate access database application that is designed for insurance quoting. Is it possible, and what is the exact...
I need to print several collated copies of a document, however, I can not find the collate option. In word it is on the printer dialog box. Does anyone know how to print collated? Thanks.
It sounds like you problem is that the manager is associated with the sales person only and not linked to the revenue. Have you tried setting up a manager ID field in the table that tracks the sales revenue. Set up a Manager table that links the manager ID to the sales person. Set up a querry...
Midgetthunder - to combine the fields set the default property to forms![formname].[firstname] & " " & forms![formname].[lastname]
substitutting formname and lastname for the names for your form and field.
In order for the form to only prompt for a save when exiting the mainform, I put a save button on the subforms so after users update data they press the save button in that section.
The way I pass a number from a main form to a subform is, in the leasenumber field on the subform, I set the default value to the main forms leasenumber.
ex:
In the default value property on the subform's leasenumber textbox put forms![mainform].[leasenumber]
It is a bit simplictic and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.