Hi all,
I am using Access 2007. I have created a form which contains a subform.
I am trying to Up-Date records which are user selected in a subform when user hits the Update button.
Any ideas?
TIA
Hi All,
I have up and running code to send email from a vb form.
Although, outlook security continualy asks for confirmation to allow programs access (this will be the next area I tackle if I can get this one to work), the emails are being sent ok.
I want a way to send emails using a particular...
Hi All,
I have up and running code to send email from a vb form.
Although, outlook security continualy asks for confirmation to allow programs access (this will be the next area I tackle if I can get this one to work), the emails are being sent ok.
I want a way to send emails using a particular...
I have a simple form with a combobox and three buttons.
Each button prints out a particular document.
The combo box is there to select the printer.
OnLoad runs through:-
for each printer in printers
comb.additem .devicename & " on " & .port
next
CombOnChange():-
PRT_Port =...
I am using the printer collection to look up the printer device names and ports.
For the local printers this works fine, but on networked printers, i receive the ports as NE1, NE2, NE3.. using these ports fails to print from the code.
Is there any other way I can retrieve the port names into...
I have a simple form with a combobox and three buttons.
Each button prints out a particular document.
The combo box is there to select the printer.
OnLoad runs through:-
for printer in printers
comb.additem .devicename & " on " & .port
next
CombOnChange():-
PRT_Port = Comb.Text...
Hi.
Due to an unforseen security requirement, I am unable to install a modem into a PC which is connected into my LAN.
As I have the need for a Fax server and aau I require at least 1 modem installed into 1 PC.
I can put the modem(s) off Hook when I start the network services and stop the...
Im am trying to progmatically readin a word document, bookmark certain sections and save this out as an asp file with hyperlinks and menus added.
When reading through the doc i recieve an error (Accessing individual rows in this collection because a table has vertically merged cells) Message...
I have set-up the Fax Service on windows 2000 pro.
The problem that am I am facing is when using the code below to send a fax in VB6, I recieve no warnings or messages but no fax documents are spooled.
The code which is called from a form command button is as follows:- (the str data is...
I have set-up the Fax Service on windows 2000 pro.
The problem that am I am facing is when using the code below to send a fax in VB6, I recieve no warnings or messages but no fax documents are spooled.
The code which is called from a form command button is as follows:- (the str data is...
This is impossible isn't it?
There is no way to replicate the active directory on windows nt4.
We are looking to set-up a new win 2k server, and our current windows nt4 server will be demoted to a bdc. We can replicate the data directories between the two, as user authentication runs from...
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.