Results 1 to 4 of 4
  1. #1
    bgephart is offline Novice
    Windows Vista Access 2007
    Join Date
    Aug 2012
    Posts
    15

    Questions about data entry, populating forms, totals query

    I am trying to write a database for circulation records of a small school library. I am trying to create a form where the students of each class are listed (as they visit the library by class) in a continuous form, but that provides new checkout records for each student. It seems that my choices are to either list all information (students and their current checkout records), or no information at all when "Data Entry" is yes. If I have "yes" for Data Entry, I can't see the students names or any information associated with them. The student information comes from one table, "People", and the Checkout information from the "Checkout" table. I have a query that combines the relevent fields for the form, but is there a way to see a list of students with blank records to fill in for their checkouts?

    In addition, I'd like to include information for each student that is taken from a separate totals query that totals their current checkouts and overdue books. Ideally, I'd like to have that information available for each student on this form. However, I have been unable to work that information into the query for this form, as it makes the recordset uneditable. I've tried adding text box controls to the form and using Dlookup to extract that information from the totals query, but so far have not gotten anything to work. At this point, I don't know how much of my problems are syntax and how much relate to the nature of the totals query.

    Does anyone have any ideas for me? I'll be to the first to admit I'm not an expert. It's been several years since I worked with Access at this level. Some of it is coming back, but other parts are a bit mind-boggling at the moment.

    THanks for your help.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,621
    If you want a 'list' of students presented and you fill in checkout info, this requires first creating 'blank' records in table. Not an easy task to automate, especially for a beginner.

    You will need to use form/subform arrangement to view the 'totals' data or use a listbox to display 'totals'.

    Have you explored the Lending Library template from Microsoft?
    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.

  3. #3
    bgephart is offline Novice
    Windows Vista Access 2007
    Join Date
    Aug 2012
    Posts
    15
    Thanks. Just checked it out, and it looks interesting and could be helpful. Unfortunately, I need something that is compatible with Access 2003, and apparently that isn't. I don't suppose there's anything older around anywhere?

    I might try to take some ideas, but I don't really have enough knowledge to know what parts of that template are making it incompatible with 2003.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,621
    I can't find an mdb version, just a lot threads asking for the conversion. However, if you can view the db in 2007 you can certainly copy the design.

    Primary resasons for incompatibility are Attachment type field and embedded macros. However, after removing Attachment fields and converting macros to VBA, still can't SaveAs mdb as a whole. I was able to create a new accdb and import all but tables and save that as an mdb. So then just build the tables from scratch. there are only 4 of them.

    Shame on db developer - has spaces in names!
    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. Data entry of Web Forms to Access
    By psanghvi in forum Forms
    Replies: 1
    Last Post: 01-31-2011, 02:48 PM
  2. Rookie Questions related to data entry
    By weapon3000 in forum Access
    Replies: 5
    Last Post: 12-24-2010, 09:46 AM
  3. Need Help Relating Forms for Data Entry!!!
    By raymon73 in forum Forms
    Replies: 1
    Last Post: 07-13-2010, 09:42 PM
  4. Three Questions on Data Entry Using Forms
    By The_Rattlesnake in forum Forms
    Replies: 1
    Last Post: 10-30-2009, 06:04 AM
  5. Populating Data in forms
    By cjbeck71081 in forum Forms
    Replies: 4
    Last Post: 01-16-2007, 04:15 PM

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