What script can you use to place on a Form where it will not save the record until you click to save. Where nothing is entered into the table, then it asks you do you want to save. '
Thanks
I have a Employee Database. How do I link the Drop Dowm Combo box to display the cooresponding images? Have the pictures in the same folder as the access database.
Thanks
How do I calculate time on a query, I have start time, end time, and lunch on fields. How do I calculate a field on a query that will show total hours?
Thanks
Trying to create a employee database. trying to create time card entry. how do i make a field calculate time?
Is there a sample database that I can use as a template
Thanks
I have a form setup that when i place a number in the field(text field linking to table1.)The subfom pulls up the linked info from table2. How do I make the field from table one a dropdown list pulling from the table, then pulling the information to the subform. Did a combo box, but the...
Trying to create a basic Data entry form for returned product. Have tables with the Customers and the product , Transaction, and receiving.
Want to create a form using another table where the RA # is and the QTY, Date, etc.. However having trouble having the form open without the previous...
Trying to create a form to enter counts into a field. I am pulling the numbers from the inventory table. I want to be able to enter the physical counts into a blank field on the same form. How do i create the field without the control source going to a table?
Thanks
Created a Login Form to add security. Works fine, however when I go to startup options and tell it to open that form when the database is open, the switchboard is still opening also. Where else can I turn off the swithcboard from opening?
thanks!!
Trying to place a Sales order on hold(OrderOnHold Field)
with a check box. Want it to warn before placing on hold, then a warning to take off hold.
Private Sub Order_On_Hold_Click()
If MsgBox("Do you want to close out this Sales Order?", vbYesNo, "Close out SO?") = vbYes Then...
Trying to create a Query to specify to the field;
[Enter Transaction Type] - which works, but would like to have the option to pull all transaction types. What expresion can i add to place "All" Transactions
Thanks
Have a inventory report showing the total of each item.
Using a UnitsOnHand quesry(taking out damages and quarantine- UnitsOnHand: Sum(IIf([WarehouseName]<>"Quarantined" And [WarehouseName]<>"Damaged" And [WarehouseName]<>"King Street Office",[TotalUnits],0))
No i want to add that together in...
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.