Hello all,
I am really new to vb and do not know where to start for this. What I am trying to do is have a user set a default path for an exe one time, and save the path to be used when a user clicks on a command button to launch the exe.
Is there a control I can user to open a file path...
I have a visual basic program that loops through an email table and sends out emails using MAPI. The problem is an age old one that I can not seem to figure out. Some of the users that I am sending to are getting a winmail.dat file instead of excel attachments. I have outlook 2000 and have...
That was it!!
JR - I needed to update data between the tabs without going back to the combo box.
Private Sub Form_AfterUpdate()
Forms![frmedit]![frmTooling].Form.Requery
Thanks to both for the quick responses.
Thanks again
I should have been more clear.
I have one tab called tooldata(main) and another called partusage. The tooldata main tab has a form called frmtooling & the partusage tab has a form called frmpartusage. Both forms are based on queries.
I pull the desired record using a drop down. All tabs are...
I have a tab control with several tabs. What I am trying to acomplish is this. When a user changes a usage field in one tab, I need to update another tab that has a form based on a query. I have tried the recalc and requery, it does not seem to work. The only thing that will update the tab is if...
I have a cdonts program working on my machine using vb. I also have personal web server running. It is using my c:\inetpub\mailroot\queue. It works great.
The question I have is how can I compile this and put it on another machine? I have attempted to install and I get an active x error...
I have 5 files in each directory, I use the directory name to link to an access db to get email address.
I want to be able to attach the multiple files to an email and send out. It seems like something is filling up and I either get a disk full error or this error.
Run time error...
I am having an issue with a vb app that uses CDONTS to send attachments.
The app first goes and gets the directory name, grabs the files in the directory using
objNewMail.AttachFile nochange, File1.List(ii),
I then open a access database to associate an email address to the folder name...
Is it possible to use a macro in excel to e-mail specific sheets of a workbook? I am using the outlook 9.0 object library and here is what I have so far
ActiveWorkbook.SendMail Recipients:="test@test.com"
Because the worksheets are sensitive and are tailored to each e-mail account, I...
Sorry,
I was thinking you were trying to use Access, Data Access Pages. For the life of me I can not remember what I did to fix this. I think it was something in the IIS security accessing the FPDB directory on IIS.
If I can remember I will e-mail you.
That is correct a new page authenticates them. After authentication I want to go back to the index page and update the left frame with options after authentication. Initially, the left frame of the index page is blank, after authentication, the left frame shows different options of data entry...
I have an asp page with 3 frames called index.asp. In consists of a top frame, body frame, and left frame. When click a link on the top frame it updates the left frame.
What I am trying to do is when they click on a particular link on the top frame a new authentication page comes up that...
I have vb app that is using an access database. I have coverted the db to 2000 and am getting unrecognized database format when opening the vb app. I am running mdac2.6.
Dim rs As Recordset
Dim db as Database
strAppDir = App.Path
strDBName = strAppDir & "\VenRate.mdb"
Set db =...
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.