User Profile

Collapse

Profile Sidebar

Collapse
sjoseph
sjoseph
Last Activity: Nov 4 '06, 06:12 PM
Joined: Oct 22 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sjoseph
    started a topic OpenRecord

    OpenRecord

    Thanks for the reply. I finally have that part working but now I have another problem. The employee enters their employee ID in the form EmployeeIDInput . I need to take this ID and pull thje record from the Employee Table, which I have done with no problem. this table is has a one-to-many relationship with the schedule table. So one employee may have several days scheduled off. The form where I want to view this information is called PTO Request...
    See more | Go to post

  • sjoseph
    replied to counting records
    Thanks for the reply. I finally have that part working but now I have another problem. The employee enters their employee ID in the form EmployeeIDInput . I need to take this ID and pull thje record from the Employee Table, which I have done with no problem. this table is has a one-to-many relationship with the schedule table. So one employee may have several days scheduled off. The form where I want to view this information is called PTO Request...
    See more | Go to post

    Leave a comment:


  • sjoseph
    started a topic Counting records

    Counting records

    Newbie here - I need help. I am trying to calculate the number of time a particular date was requested. On the 5th request the user should get a message that states that the date is not available.

    I have the following tables:

    ScheduleTable
    *Emp ID
    *RequesteedDate
    *Confirm
    etc..

    and

    DateTable
    *Date
    *Tally (number of times requested)

    ...
    See more | Go to post

  • sjoseph
    started a topic counting records

    counting records

    Newbie here - I need help. I am trying to calculate the number of time a particular date was requested. On the 5th request the user should get a message that states that the date is not available.

    I have the following tables:

    ScheduleTable
    *Emp ID
    *RequesteedDate
    *Confirm
    etc..

    and

    DateTable
    *Date
    *Tally (number of times requested)
    ...
    See more | Go to post
No activity results to display
Show More
Working...