Results 1 to 4 of 4
  1. #1
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664

    Changing or Adding a New table in a db design

    Is it acceptable to change or create a new table once a database design has gone far along? I just have some question about one db table and I think the only way to answer


    is to create another table using the same parameters and see what happens.

    I am just reluctant to do this because tables are the foundation of the whole db. Again you are messing with the foundation of your building hoping it does not come
    crashing down.

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed

  2. #2
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    In best-world scenario we always get the schema correct before we start building the UI; sometimes we don't. So, sure, it is acceptable to do so afterwards because, well, you have to get it right.

  3. #3
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    My second and third questions are as follows: what is the difference (if any) between building a query in the Navigation pane and using its name as record source and just putting the query's SQL code in the form's record source?

    It seems that they are very similar.

    Also is okay for a form to not even have a record source? Please understand these question just apply to code that I that was written by my predecessor not me. Hence the questions.

    Any help appreciated. Thanks in advance.


    Respectfully,

    Lou Reed

  4. #4
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    If you put the SQL in the RecordSource, then only that object will be able to use the statement; if you store the query by name and reference the query name as the RecordSource, then you can use the same query on multiple objects. On another note, using a query (either direct or stored) is preferred over putting a table name only which will return all fields - if not all fields are needed, then use a query.


    It is possible for a form not to have a recordsource, but is not common. All depends on the logic and/or business requirements.

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

Similar Threads

  1. Replication Changing Table Design
    By dunc723 in forum Access
    Replies: 3
    Last Post: 12-12-2017, 08:03 PM
  2. Replies: 3
    Last Post: 04-18-2017, 02:28 AM
  3. Replies: 6
    Last Post: 10-21-2016, 06:15 AM
  4. Changing design from many-to-many to one-to-many
    By snowboarder234 in forum Database Design
    Replies: 6
    Last Post: 06-10-2016, 10:48 AM
  5. Problems changing report design
    By Peter O in forum Access
    Replies: 0
    Last Post: 12-15-2008, 03:01 PM

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