I have a number of forms each with the following mouseover code:
Private Sub Form_MouseMove(Button As Integer, shift As Integer, _
x As Single, y As Single)
frmInfoActMPH.Visible = False
End Sub
Private Sub Image1_MouseMove(Button As Integer, shift As Integer, _
x As Single, y As Single)...
I have a single form with three ComboBoxes. The form displays the UserName, Company and Department. There is a table for each field - TblUser, TblCompany and TblDepart. I want the UserName to be the main source - when a user is selected from the drop-down list the appropriate company and...
I have an inventory access db for which I am creating VB user forms. The main form consists of a number of DBCombo boxes in conjunction with DataControls, successfully retrieve data from other tables. One combobox on the main form is “PlaceofPurchase”. On the main form this box is bound to a...
Thanks LambertH for your quick reply. I neglected to tell you that I'm using Access 2002 (Office XP Pro). It's looking for macro 'cmdbutton' I'm researching now how to perform dlookup's in Access 2002.
I have a main form, inventory, with its accompaning table. I have a second table, peripherals, which list the other equipment. The primary key in the main table is the inventory asset number which I have joined to a field in the peripherals table called location, which is the asset number of the...
I have a house inventory table with associated forms and reports. I am trying, unsuccessfully thus far, to include pictures of each inventory item. I have read that it is better to link to a picture than to embed it in the table. I cannot figure out how to do this. I have seen other postings...
Mickyjune26 - Thanks for your quick reply. You mentioned that using AllowEdits may not be the most efficient way to do what I want. What do you suggest?
I am trying to add an Edit Record Command button on a input form so the user must take some action to edit the information. I have the form set to AllowEdits=False. On Click event for the cmdbutton sets AllowEdits=True. My problem is that I cannot figure out a way to reset AllowEdits=False when...
Thanks everyone for the suggestions. I favor the one from johnwm - putting the validation code in the cmdCalculate click event. It works great! Thanks again to all.
I have a form with txtboxes into which data is input. I validate the data; something has to be entered into the txtboxes. After data is entered, either the tab-key or enter-key can be pressed to go to the next txtbox. Once the boxes are filled, the user can press a "calculate"...
I have a financial expendures workbook. There is a worksheet for each month. Each monthly worksheet has the following columns; date, description of expendure (normally a single word) and the dollar amount spent. The items are paid at different times during the month so the description and amount...
I have a lot of queries that extract data from a table. I had some problems with a query because the main table is named 'Computer Inventory'. I needed to rename the table to 'Inventory' to solve some problems, but dreaded doing it because of all the queries involved. What I did was to copy the...
Where to start....this is long... I have tried to accomplish this task using the form wizard but just can't seem to figure it out. A landscape page will fit nicely into a three ringed planner. I want to print addresses from a mdb, so that I will end up with four address pages on one sheet of...
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.