Results 1 to 5 of 5
  1. #1
    FadingAPE is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2010
    Posts
    18

    Data Display Help


    I'm in need of some help!

    I work in a GP Surgery and I am trying to create a form that will display who is 'On Call' for that day. I have created a table that has a months worth of schedules in but I only want the form to display who is 'on call' that day not for the month.

    Can anyone help me at all please? It would be much appreciated.

    I have good knowledge of Access but not to the point where I'm a Pro!!! i.e VBA

  2. #2
    NoellaG's Avatar
    NoellaG is offline VIP
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,041
    Hi,

    without any knowledge of your table structure, and form/report you use to display the one "on call" it's very hard to help...

    grNG

  3. #3
    FadingAPE is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2010
    Posts
    18
    Ok,

    I have a table that has 5 columns,

    ID (Auto number)
    Date (Date&Time)
    Urgent Care Doctor AM (text)
    Urgent Care Doctor PM (text)
    Stand By Doctor (text)

    So far in this table I have entered all of Octobers schedule for our Urgent Care Surgerys.

    I have not yet created the form as I was unsure where to start. I know how to create forms just not how I go about making this one,.. whether I'll need to create it by query or whether to create straight from the table. What I want is for the Receptionist to be able to go onto our database and view, in a simple form that I can add to maybe our main page as a subform, who is Urgent Care Doctor for that morning and afternoon and the standby for that day also. So it will need to update itself everyday. I want to keep it as simple as possible really.

    Does that give you a clearer picture of what I'm trying to do??

    Thanks
    Last edited by FadingAPE; 09-28-2010 at 11:05 AM. Reason: wrong number

  4. #4
    NoellaG's Avatar
    NoellaG is offline VIP
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,041
    Hi,

    First of all I would change the name of the field [Date] ; As "Date" is a reserved word in Access this could give you a lot of trouble. You could name it ConsultDate or so. Personally I also wouldn't use spaces in object names.

    To show the names of the Urgent care doctors, just create a single form with as recordsource:

    select * from [your table name here] where ConsultDate = Date()

    Date() is a function that returns the current date.

    grNG

  5. #5
    FadingAPE is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2010
    Posts
    18
    You're a star thank you so much - you don't know how much that was doing my nut in! I think I'll need to invest in an advanced manual or something. Your help is much appriciated!!

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Form won't display all data
    By cbwestrunner in forum Access
    Replies: 3
    Last Post: 06-09-2010, 03:10 PM
  2. Replies: 8
    Last Post: 10-09-2009, 10:12 AM
  3. Display Non Matching Data
    By k1fox in forum Access
    Replies: 1
    Last Post: 04-03-2009, 07:18 PM
  4. How to display data from another record
    By rodrigo in forum Access
    Replies: 1
    Last Post: 07-24-2006, 07:29 PM
  5. Replies: 1
    Last Post: 03-02-2006, 06:17 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums