Search results

  1. M

    Date Format

    Is there a way that I allow users to type the date at 051507 and access converts to 05/15/07 in form. Basically user would enter the date without the / in a date field in a form and system adds the / after the month and date.
  2. M

    Help with Data Entery

    Hello, I have two tables, tblEmployees, tblEmployeePayment. tblEmployees has the following fields. EmployeeID Name Salary Status Employeegroup Data for this table comes from our payroll system. The other table, tblEmployeepayment, which has many to one relationship with tblEmployees has the...
  3. M

    auto update field

    Can someone plz help. I am very new to VB I have two tables in my database Employee table and LOA Table. On the employee table I have the following fields. Emplid EmplName EmplSalary On the LOA table I have Emplid EmplName EmplStatus Period_bg_dt Period_end_dt EmplSalary Number_days I...
  4. M

    Auto update fields from one table based on a field in another table

    I have created a data entrey form where user would enter the employee id and I would like to automatically update empoyee name, salary on this table from the employees table. I have spent so much time and can't go any far. I am very new to VB. thanks
Back
Top Bottom