Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Need Help from Alpha Guru's

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need Help from Alpha Guru's

    Hello,

    Here is my situation and I need advice from all you Alpha Guru's out there. I just purchased Alpha 5 V9 and am starting to learn. I have inherited an Access Database that was created a while back that keeps track of student information for our Skills Development Grants. What I get is an Excel Spreadsheet containing new and updated info on the students (a new version each month that shows any new students, classes they took, how many hours, etc. as well as old students that might have taken or finished a course or might have been terminated, etc.). The Access database is the repository for the data, it is not relational, it is flat file. Each month, the old data is completely wiped out and the updated Excel spreadsheet is then loaded into the database. This happens each month for each of the grants (4) currently. I have attached the spreadsheet for one of the grants (dummy data inserted) so that you see what I get each month. Each grant has a unique number that is associated with that grant and that grant alone. So, each month I go in and wipe out the data from the previous month and then load from the Excel spreadsheet current and updated info.

    So, to my question, what would be the best way for me to do things in Alpha 5 instead of Access, I would love just to load the database once with all the data for all the grants and when I receive a new spreadsheet with new and updated data, just be able to append or update what is already there.

    I know this is long, but is it worth doing in Alpha or just keep on doing what I am doing with the Access database I have.

    Thanks,

    Ben

    #2
    Re: Need Help from Alpha Guru's

    You could have two tables in Alpha related in a 1:M set. Grants would be the parent table and students would be the child table. You could run an import and append operation to add the new records. The trick is that you need to "append" to each imported record the related grant_Id. This is basic stuff in Alpha, but someone here should be able to help get you through that, as I'm a little short on time (sorry).
    Last edited by Peter.Greulich; 07-06-2009, 10:30 AM. Reason: sp
    Peter
    AlphaBase Solutions, LLC

    [email protected]
    https://www.alphabasesolutions.com


    Comment


      #3
      Re: Need Help from Alpha Guru's

      Thank you Peter for your suggestion.

      Ben

      Comment


        #4
        Re: Need Help from Alpha Guru's

        I forgot to add that we also have to track which classes a student has per his/her job description, i.e., Truck Driver may need to take NEO (New Employee Orientation), Word I & Word II, etc. while a different employee might only have to take 2 classes (Financial I & Customer Service). We do know which Jobs need to take which classes for the grant. Once an employee has completed all their training (all classes they were supposed to take) and have remained employed by the company for at least 90 days post last class taken, then they are considered a completer with a status code of 20 and the company gets some money back from the college for that student.

        Would I need multiple tables?

        Thanks,

        Ben

        Comment


          #5
          Re: Need Help from Alpha Guru's

          I would think you would need another table for job description and classes required. This way, when you enter a class for a particular student, you would have a standard to check against.

          Tom

          Comment


            #6
            Re: Need Help from Alpha Guru's

            Thanks so much Tom, you are right, this way I can cross check the classes and the class hours with what they have done so we can catch shortages. Most of these grants are only 1 year long, but it is very intensive with training, usually we have to train between 500 and 1,000 people for a company which might range from 1 - 10 different courses per person. The way it is now, it is really a nightmare to try and write any truly usable reports. Currently each grant is going into its own table with custom reports developed for each grant. When I get some experience under my belt with Alpha 5, I would really love to be able to put up a Dashboard for the Director to pull up and see via meters just where we stand on each open grant. Lots to do and so little time ...

            I want to thank everyone for being so kind here, I'm a newbie here and from what I have seen this is really a First Rate place.

            Thanks to everyone that has responded so far ... I'm attaching a data model that I was starting to develop towards the end of last year in the hopes of completely redoing the entire database. This is before I found Alpha, if some of you Guru's can take a look and let me know if I'm making this overly difficult for creation in Alpha 5. I was designing this for MS Access 2007.

            Thanks,

            Ben

            Comment

            Working...
            X