Results 1 to 6 of 6
  1. #1
    Lasso is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Aug 2014
    Posts
    3

    Data Entry into Forms

    Im new to Access, and I seem to be getting the hang of it ok, but for the live of me I cant seem to create a form that will allow me to entry or edit records. I must be missing something very basic. Ive looked through multiple texts. Is there a simple text or thread that could help.

  2. #2
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Quote Originally Posted by Lasso View Post

    ...I cant seem to create a form that will allow me to entry or edit records...
    Does this mean that you can create a Form but cannot add new records to it or edit records on it? Are you basing your Form on more than one Table? Multiple-table queries are frequently Read-Only.

    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

  3. #3
    Lasso is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Aug 2014
    Posts
    3
    Thanks for replying Linq

    I can create a Form but not add new records or add records.

    I have tried two types of forms. A simple one based on a simple table and a more complex one that is based a query from multiple tables.

    Looks like I need to understand Read-Only better? I dont seem to come across this in my researching.

    How do you make records editable from a complex Query?

    Lasso

  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
    52,930
    Are you saying a form based directly on a table is still not editable?

    If a query is not updatable then it cannot be used to edit records.

    A form should enter/edit records to only one table.
    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
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Reasons that a Bound Form cannot have New Records added or existing Records edited include:

    1. The File's Read-Only Property (in Windows Explorer) has been set to Yes
    2. AllowAdditions/AllowEdits for the Form is set to No
    3. The underlying Query the Form is based on is Read Only
    4. User doesn't have Read and/or Write Permission for the Folder where the Data resides or there is a connection problem with the network.
    5. Folder the File resides in (in versions 2007/2010/2013) not having been declared as 'Trusted'
    6. Form's Recordset Type is set to Snapshot
    7. All Controls on the Form being Locked or Locked and Disabled.


    Linq ;0)>
    The problem with making anything foolproof...is that fools are so darn ingenious!

    All posts/responses based on Access 2003/2007

  6. #6
    Lasso is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Aug 2014
    Posts
    3
    Thanks Guiys and apologise for the slow response.

    Clearly I need to go back to basics to better understand the concepts of Read Only Queries and Form properties or find another way design wise.

    If ok I will do some further investigation and revert if and when I need to

    Lasso.

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

Similar Threads

  1. Double Data Entry Forms
    By huongdl1987 in forum Programming
    Replies: 3
    Last Post: 09-14-2013, 01:57 AM
  2. Replies: 1
    Last Post: 03-09-2013, 07:25 AM
  3. Forms, Subforms and Data Entry
    By mikethebass in forum Forms
    Replies: 3
    Last Post: 12-13-2012, 04:08 AM
  4. Data entry of Web Forms to Access
    By psanghvi in forum Forms
    Replies: 1
    Last Post: 01-31-2011, 02:48 PM
  5. Need Help Relating Forms for Data Entry!!!
    By raymon73 in forum Forms
    Replies: 1
    Last Post: 07-13-2010, 09:42 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