Results 1 to 2 of 2
  1. #1
    Karolak is offline Novice
    Windows 8 Access 2007
    Join Date
    Nov 2013
    Location
    London
    Posts
    1

    Creating a system

    I have solved the problem my self now I have different one can anyone help me to create form like this

    • Make an appointment form
    • Display a list of owners
    • Display a list of animals belonging to a selected owner


    • Display the animal ID in text field
    • Display and select a vet for the appointment
    • Display the vet ID in text field
    • Write the appointment type
    • Select a date and time for the appointment
    Confirm the appointment and update the database.
    Then create button that will print the appointment card. Thank you for your help.
    Last edited by RuralGuy; 11-11-2013 at 12:38 PM. Reason: Changed Title

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,625
    Why are you using INSERT sql to create records?

    This is basic Access functionality. Access Help has guidelines.

    Build a form and bind it to the Appointments table.

    Use comboboxes to display 'lists' and select entities.

    Use dependent (cascading) comboboxes to restrict choices. http://www.datapigtechnologies.com/f...combobox2.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Inserting a variable into a SQL statement
    By adacpt in forum Programming
    Replies: 3
    Last Post: 11-25-2012, 06:02 PM
  2. Replies: 4
    Last Post: 04-25-2012, 08:14 PM
  3. Replies: 4
    Last Post: 08-01-2011, 03:36 PM
  4. Replies: 2
    Last Post: 05-03-2011, 01:02 AM
  5. Inserting data through forms
    By nivi30 in forum Forms
    Replies: 1
    Last Post: 12-17-2008, 07:57 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