Okay here is the deal. I have a table called Customers. E.g. name, city, state, zip ... In a Form I select the customer name. What I want to happen is that when I select this name, it will add the name to a field in a new table called consignee, but I also want the other fields city, state...
What I've done in the past is to create a button, such as Calc that when pressed will calculate the equation. Under the Mouse press event, you will want to add some VBA code. It is very simple. E.G. Lets say I have a field in Table1 called price, and another in Table2 called quantity, and I...
I suppose I should have stated this earlier. I am fixing this computer for a friend so I am using my Working monitor, not his. I will try the resolution trick though.
The computer starts up okay, the Windows Xp pro startup screen cycles through then when windows should come up it goes blank. After a few moments the monitor goes off due to no signal. I can start it up in safe mode. I downloaded a new display driver and installed it fine. Still nothing...
This is a tricky one. I am building a newish computer. I bought a Gigabyte GA-K8U motherboard with a AMD sempron 64 3000+ processor. I already had a maxtor 60 GB AT D740X-6l from a working machine. I setup the computer, installed windows xp pro, and got everything running. The MOBO comes...
I am very aware that this question has been asked before however I could not find a response that fit my discription. I am conecting to a MYSQL DB on a linux machine using ODBC. My Database is called dispatch, and the table I am trying to query is drivers. The sql command I want to query is...
I want to setup samba so I can access folders from windows with out a user name or password required. I have slackware with no gui. I've been using webmin to control everything. What settings do I need to set to make this happen??
Thanks
Brian
I what to use an If then statement to determine whether a file extention is usable. More specifically I have saved a file name into a String variable and what to read the last 3 characters to determine if they are correct. I'm new at programming and I have a VB book on the way, but your advice...
I am trying to change a form background by selecting the file from a filelist box. What i've done is save the file name into a string variable but it wont load the picture.
Private Sub File1_Click()
Dim drvpath As String
drvpath = Dir1.Path & "\" & File1.FileName
Form1.Picture = drvpath
End...
I want to take rows of numbers from a text file, break the numbers into two digit numbers and then store the numbers in a matrix inside my VB program. I have no idea how to even begin this project. Any suggestions, pointers, code would be greatly appreciated.
Thanks
Brian
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.