Search results

  1. V

    Multiple Appends

    OK Guys! this one is challenging! :D We've got three connected tables: 1. tblEmployees (Fields: ID, EmployeeName) 2. tblDays (Fields: ID, EmployeeID, Date) 3. tblTimesheet (Fields: ID, DateID, Project, Hour) these tables are one-to-many in regard with the next one. In other words, for each...
  2. V

    How to Number Records Based on Another Record

    Hello all! Here is the question! I have a table as below, named tblRollcall, with two fields (EmployeeName and DateOfRegistry). I need to number each record based on these two different fields. EmployeeName................DateOfRegistry...
  3. V

    How to Create a MULTIPLEX Query?!

    Hello Dears! :cool::cool::cool: here is the question! i have some people, working on different projects, for specific amount of time per day. so far, i have a table (tblTimeSheet) just like this: [date]_____[Name]___[Project]__[hours] 1/1/1________x________a________1...
  4. V

    how to open a form using docmd.openform with two criteria

    Hello everyone!! :) I am trying to open a second form ("frmManager") using docmd.OpenForm order in the first form ("frmLogin"), which has got two different criteria: 1-on one hand, i want it to open the form into specific username data ([EntryEmploee]) which is provided by user. this field is...
Top Bottom