I am using 2 <div> tags within a <div> tag and I am trying to put a border in the outer <div> and it's not working. Instead of a border around the outside, I only get a thick line at the top. I am trying to float the inner <div>s to the left and right using relative positioning on the outer...
Thank you everyone for your suggestions. Unfortunately, it may be a couple of days before I can work on this. I am using a Compaq Presario 2575 laptop - 80 GB hard drive-Pentium 4-2.66GHz-512 RAM.
I haven't tried the Office setup and repair yet, since it involved other applications. If I...
When I started my computer, I had a message something about a problem with the registry and it had been successfully fixed. Unfortunately, I don't know exactly what it said. Howerever, now I can't open any of my applications by clicking on them. I have to right click and open. I sometimes get...
Private Sub cmdCategories_Click()
frmCategories.Show
End Sub
Private Sub cmdInventory_Click()
frmInventory.Show
End Sub
The above works if MDIChild is false for frmCategories and frmInventory, but does not work if it is changed to true.
I have created a couple of standard forms that I want to be child forms. Someone else created the MDI form. I have tried to add my forms and then change the MDIChild property to true, but this doesn't seem to work. We have command buttons that the user can click on to open these forms, but when...
I have an Account table. The primary key is account number. The account number has a hypen in it. The account numbers are now being changed. The hyphen is being taken out and a number is being added. I have the old and new account numbers in Excel. What is the best way to update the Account...
I was doing this calculation =[Gallons][UnitAmt] and was
having trouble with it not rounding correctly. UnitAmt is
Currency; Gallons is Double(fixed, 1 decimal place). To
correct the problem, I think, I changed it to =CCur(NZ
([Gallons]*[UnitAmt])). I don't really understand why CCur
is...
I have a combo box (LastName) on a subform (driver infomation). (The main form is the vehicle rental request.) The user picks a last name (or types it in). The SSN is what is stored.
How do I make it required that the user must enter at least one driver?
Thanks
I am getting the following message when entering data in a rental form. I get the message when I enter the VehicleNumber(combobox). The PickupDate is further down on the form and yes it is required. It will allow me to continue entering.
"The field tblRental.PickupDate cannot contain a...
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.