Search results

  1. G

    Data from a form to a table

    Ok, I really need some help here. I have a table called tblServiceInfo and a form called frmServiceInfo. On both there is a field called Total Cost. What I have is a calculation on the form that figures out the total cost based on time and parts. what I need to do is get the total cost that...
  2. G

    Creating a prefix

    I have a form that contains a combo box that gets its values from a table. Im trying to create a prefix for the values in the list automatically without having to always type "Pattern to be" on each value that I have to add. Any suggestions would be greatly appreciated!!
  3. G

    snapshot viewer?

    hi, I have a split database that is in fe be format. I just moved this database onto a new workstation. Now that i have done this a piece of the code is not working. the code is function OpenRowSnap (strTable as String) as Recordset set dbsUniversal=Currentdb Set OpenRowSnap=...
  4. G

    Backing up and moving Split database

    Hi, I have a lawncare database that is split into front end back end and im not the person who designed it. My problem is I have to copy the server's front end and paste it onto all the other workstations. I also then have to get each copy to view the back end on the server. Im sure this is...
  5. G

    Search Help!

    Hi, I'm really new to vba so any help with this would be great. I Have a form used to enter information about equipment. on the form i have the ID that our company uses called LCUID and what i would like to be able to do is add an unbound text box to the form so that the user can type in the...
  6. G

    Calculated control

    Hi, I have a form called service info with a subform within it called service times. On the subform I have the field TotalTime which is calculated from the timein timeout fields. I need to get the sum of TotalTime and then be able to calculate it on the main form to figure out the total cost of...
  7. G

    Converting Time into a decimal

    Hi, I have a database about Equipment maintenance, and I need to convert total time into a decimal. On a form i have Time In and Time Out fields and Total time =[TimeOut]-[TimeIn]. What I need to be able to do is get the total time calculation to display a decimal such as 1.5, instead of 1:32...
Back
Top Bottom