Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1052603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T17:07:11+00:00 2026-05-16T17:07:11+00:00

I have evaluated several development tools for converting my informix SQL-based app. They are:

  • 0

I have evaluated several development tools for converting my informix SQL-based app. They are: Genero/4Js, FileMaker, Oracle APEX, VFP, Clarion and Access 2007. I have a CRUD pawnshop app (see video-demo http://www.frankcomputer.com) This app centers on customers who pawn, sell or buy merchandise. I need to have one CRUD multi-table form which displays one customer master on the top half with all of the customers associated items which they have pawned, sold or purchased on the bottom half. Can CRUD be accomplished from within one form in Access? The main reason I’m leaning towards Access is because of its integration with Excel, Word and other modules, plus many people have it and experienced using it, plus it’s Microsoft. Can anyone who has developed apps with Access tell me if I can mimic my INFORMIX-SQL based app and what limitations does Access have? Also, can a touch-screen POS front-end like Microsoft Dynamics be used or are other POS application generators/rapid development systems available to re-write my current app?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T17:07:12+00:00Added an answer on May 16, 2026 at 5:07 pm

    I suspect if you ask Foxpro developer, they would tell you that’s the best tool of choice.

    And I’m sure if you ask a filemaker developer, they would tell you to choose their tool.

    So much of the question is, for the most part if you ask an access developer, that developer would also answer yes.

    I would be hard pressed to imagine that all of the above tools you mentioned above, all of them have the capability of displaying information from more than one table in a screen. That’s pretty much a requirement for any development system today. So in a nutshell, you’re really asking the wrong question here.

    I don’t think the question is do they have the capability of displaying information from more than one table. They all can do this. Perhaps a fair question would be how much work and how well does each product slice and dice together these multiple tables?

    In access you place text boxes and controls on a form, and to display related data, you can you place a control called a sub-form control. This approach allows you to model this classic can typical master to child record table relationship, and do so without having to write one line of code.

    And of course you’re not limited to one to many, but you can actually insert two sub forms side by side, and have a one to many, and in turn have the 2nd sub form control display many more records from that second table.

    Here’s a screen shot of what I mean:

    alt text

    In above you have one main record at the top with information about donation date and event. On the left you have a list of people and their donation amount (one to many).

    Then on the right side, for each person, you have the donation amount split out into multiple accounts. (and the green box shows red when the amounts don’t balance).

    So, the above creates that classic accounting problem that just about every accounting package from Quickbooks all the way up to hi end accounting packages have done from day one when splitting out funds to multiple accounts.

    The above form has very little code in it, and most of the relationships and setups and filtering and displaying of the child records is all handled automatically by access.

    So at the end of the day, I’m pretty much of the view that all of products you mention above are capable of modeling and developing these types of screens. And, they all will result in an screen and user experience that would be relatively similar to what you have now.

    Now course I’m a biased towards access, and I believe that I can build screens like the above quicker, faster, and with less hassle less code and effort than most of the other products you mentioned .

    However, at the end of the day what platform and tools you use and find as appropriate is certainly not going to be centered around the ONE QUESTION and ONE CONCEPT that you have need to display multiple pieces of information on a form for multiple tables. As mentioned, this is gonna be given for any modern development system, including web based development systems.

    Other considerations and factors is what type of reports, and outputs to you need? Do you need his column are reports, or do you need to send an invoice style forms type report to a printer that’s preprinted invoice forms. I think these are bigger questions then your current question.

    The real question here’s not can any modern development system display multiple pieces of data on a form, they all can. The REAL factors and issues here are what platforms, hardware requirements, and systems do you need the software to run on?

    So the issue is will some of the locations have multiple users? Will some of the locations need secure backup or some type of encryption? How do you plan to issue bug fixes, and updates to the next great version of the software?

    Other issues are how many developers will you have working on this. What kind of distribution method will you use for the software. What kind of support infrastructure will you have to give customers support and installing the software. So, this list goes on and on and all these issues dwarf the question about the ability to display multiple pieces of information on one form.

    In addition to all of the above issues, you need to consider your own training and skill set in development of software. To really master any software development system, you need to invest a considerable amount of your own time to learn. While I think the access is a very good RAD (rapid application development) tool, I will actually say that access has a considerably larger learning curve then say that of VB6 for example.

    Choosing a platform is very much like a marriage, you have to invest enormous amounts of your time (months, and even years) to really learn and become proficient at developing software with such a system .

    If you’re jumping into a new set of tools, then the following list of skill sets needs to be taken into consideration **:

    Stage 1 Innocent (never heard of the product)
    
    Stage 2 Aware (Has read an article about X)
    
    Stage 3 Apprentice (has attended a three-day seminar)
    
    Stage 4 Practitioner (ready to use X on a real project)
    
    Stage 5 Journeyman (uses X naturally and automatically in his job)  
    
    Stage 6 Master (has internalized X, knows when to break the rules)  
    
    Stage 7 Expert (writes books, gives lectures, looks for ways to extend x)
    

    One should NEVER attempt a project with a team consisting with Stage 3 or lower people. (**** Page-Jones, Meilir. “The Seven Stages of Expertise in Software Engineering”, American Programmer, July-Aug 1990).

    So you just can’t jump into a new tool and expect to be proficient at developing complex applications. I have an article here about converting a legacy application into ms access .

    There are some great lessons in this article:

    Notes on Conversion of a Pick (Multi-Value database) Application to a Relational database system.
    http://www.members.shaw.ca/AlbertKallal/Articles/fog0000000003.html

    Good luck in whichever platform you choose.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a function which evaluates terms of a polynomial in several variables. The
Is it possible to have a list be evaluated lazily in Python? For example
Lets say I have a million people objects that, when evaluated using person1.Matches(person2); return
i have a general question about how sql server evaluates the joins.The query is
I know that cout have buffer several days ago, and when I google it,
I have a web site with many virtual hosts and each registered with several
I have a complex SQL Query, that needs to be filtered further. Part of
While recently exploring prezi I realized there have to be better tools than PowerPoint
I have several models with a date attribute and for each model I'd like
I have an enum typedef containing several type definitions, eg: ActionTypeSomething = 1, ActionTypeSomethingElse

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.