Results 1 to 6 of 6
  1. #1
    xxthatguy7xx is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2015
    Posts
    2

    New to creating databases, trying to create one for input from ~100 users, can Access do it?

    Hello, I'm pretty new to databases, so throughout the course of my venture I'm probably going to be needing a lot of help (I'll try to use other forums so as not to overload this one with questions).

    Basically what I need is a system (I'm thinking database will be easiest, hence posting here) that will organize a list of materials by their details and amounts, and have it so students can request these materials. Students will be requesting from groups, so I would like there to be a function that does something along the lines of sorting out requests from same groups, so there aren't repeat requests.



    The system would need some feedback for students (requesters) and users (lead teacher). Basically, I'm looking for it to be able to take the input from a group and if there's no more of an item they've requested available, alert them to that, but also send an email (or ideally a form) to the lead teacher, that states a requested item is out of stock (so to speak). If possible, I'd like for this to be a form such that the teacher can say whether or not they can get more, which would trigger yet another function sending an email to the original requester, but that seems like it'd be making my database too complex.

    From what I've learned so far, Access has features to mail forms to users, and manage replies from these forms, which sounds like what I need, but could I integrate functions based on input from forms that, for example, sends out an email to the requester with "The item requested is no longer available, a request for more has been sent to $leadTeacher" and "<<item>> has been requested but is no longer available, can you get more?" Also, how complex can the forms get? For example, could they have drop-down boxes with categories of items, with item options based on the drop-down selected?

    Sorry to post such a long (and possibly complex) thread, but I'm not sure what my best options are at the moment. Do you guys think that Access is capable of doing all this, let alone with my beginner knowledge of it, or should I look to other options? Thanks for any help!

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,648
    Not sure what 'mail form' feature you are referring to. There is, at least through Access 2010, a feature called Collect Data. It was removed from Access 2013.

    However, I don't know of any way to construct an email to contain drop-down boxes.
    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
    xxthatguy7xx is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2015
    Posts
    2
    Quote Originally Posted by June7 View Post
    Not sure what 'mail form' feature you are referring to. There is, at least through Access 2010, a feature called Collect Data. It was removed from Access 2013.

    However, I don't know of any way to construct an email to contain drop-down boxes.
    Yes, sorry for my incorrect terminology, I was referring to Collect Data. The website only shows it for Outlook 2007, does that mean it isn't going to work for me? I might have to seek another way to do this then, but I'm at a loss. I'm sure I can construct a form without drop-boxes that will still work well, I guess I'll just have to do a lot more research. Thanks for your response!

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,648
    Collect Data is available through Access 2010.

    VBA code can construct text strings that can be the body of an email. Those text strings can include HTML code tags to apply special formatting to the text and to embed images. But AFAIK, HTML does not have interactive elements like drop-down boxes.

    Constructing email with VBA is common topic. Search forum. Here is one https://www.accessforums.net/program...ook-21903.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.

  5. #5
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 8 Access 2013
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    705
    Quote Originally Posted by xxthatguy7xx View Post
    (I'll try to use other forums so as not to overload this one with questions).
    Actually that is backwards thinking. By keeping all your post on a single forum it is much easy for the member to follow your progress and even refer back to previous questions. I do search for previous post to see what other issues a you have had to help me better help you.


    I would urge you to stick with a single forum, like this one.
    Boyd Trimmell aka Hitechcoach
    Database Architect and Problem Solver
    Microsoft MVP - Access Expert
    25+ years specializing in Accounting, Inventory, and CRM systems
    "If technology doesn't work for people, then it doesn't work."

  6. #6
    Micron is offline Very Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    13,372
    If I understand, what you want seems related to a web based ordering package because it's a marriage of database, html forms and email. I've had to create this sort of thing in the past, so that's my point of reference. If so, Access is not the tool I'd suggest for this because although I suspect you could do it by mashing together a lot of code and automation, it would be the more difficult route by far.
    HTML does not have interactive elements like drop-down boxes.
    Yes, html forms do have drop downs (html Select tags) - surely most of us have had to pick a country or gender option from a drop-down, or select a survey option button on a web page at some time or other? However, you're asking to email these forms and expect an email program to communicate reader selections or changes to the database? Perhaps I misunderstood that part. If you can dial back the requirements a bit, you may be able to construct an Access db that handles most of the requirements. I have used CDO to send html formatted email from Access, but there was no feedback to the database expected from within the email. These messages did not include drop-downs, but I don't see why they could not. I just don't know what the outcome would be if someone tried to select a list item. The message was a prompt to go into the db to take action - maybe you could entertain that approach.
    Last edited by Micron; 11-13-2015 at 11:43 PM. Reason: clarified drop-downs in message.

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

Similar Threads

  1. Replies: 1
    Last Post: 11-04-2014, 12:07 PM
  2. Replies: 4
    Last Post: 10-20-2014, 12:57 PM
  3. Replies: 1
    Last Post: 01-17-2014, 04:19 PM
  4. Replies: 1
    Last Post: 04-29-2013, 11:40 AM
  5. Creating a new MDB for separate databases?
    By SandyClark in forum Import/Export Data
    Replies: 1
    Last Post: 06-02-2011, 10:44 AM

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