Page 4 of 6 FirstFirst 123456 LastLast
Results 46 to 60 of 78
  1. #46
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You are ignoring the (New) record, right?

  2. #47
    Moridan is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Apr 2013
    Posts
    60
    Quote Originally Posted by RuralGuy View Post
    You are ignoring the (New) record, right?
    The new record that is created in my table? Every time I use the edit function I have a new line item entry in my table. It would be a nightmare to have to do it afterwards.

  3. #48
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Are you opening the table directly to check for proper edits and extra records?

  4. #49
    Moridan is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Apr 2013
    Posts
    60
    Quote Originally Posted by RuralGuy View Post
    Are you opening the table directly to check for proper edits and extra records?
    Yes. That is correct.

  5. #50
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    The record count increases every time you open that edit form right?

  6. #51
    Moridan is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Apr 2013
    Posts
    60
    Quote Originally Posted by RuralGuy View Post
    The record count increases every time you open that edit form right?
    Yes, it adds another <AutoNumber> entry every time you edit something on the Edit form.

  7. #52
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I'm sorry for asking what appears to be stupid question occasionally, but without a db to look at I'm grasping sometimes. We've established that the SubForm when in stand alone mode does *not* create this extra record. It occurs *only* when displayed on another form with a SubFormControl. Do you have anything in the SubFormControl's LinkMaster/ChildFields properties?

  8. #53
    Moridan is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Apr 2013
    Posts
    60
    There are no stupid questions. I am the un-educated one here. 9-)

    Opening to the subform, I make a change on one of the entries (fed by the query that outputs every update made within the last 30 days) and save the file by right-clicking the top of the tab and selecting save. This does NOT create a new blank entry in my table. But going through the main form DOES.

    I'm not sure what you mean by "anything in the subformcontrols linkmaster/childfields properties". 9-(

  9. #54
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    It can be a bit tricky but you need to select the SubFomControl by left clicking on the very top left of the SubFormControl. A handle will appear on the top left. You know you are looking at the SubFormControl when the Data tab has the LinkMasterFields and LinkChildFields properties.

  10. #55
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I have to go to a meeting. I'll check in when I get back. Maybe a couple of hours.

  11. #56
    Moridan is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Apr 2013
    Posts
    60
    Quote Originally Posted by RuralGuy View Post
    It can be a bit tricky but you need to select the SubFomControl by left clicking on the very top left of the SubFormControl. A handle will appear on the top left. You know you are looking at the SubFormControl when the Data tab has the LinkMasterFields and LinkChildFields properties.
    Are SubFormControl, LinkMasterFields, and LinkChildFields exact terms in Access because I cant find any information on them. I couldnt find anything about a "handle" appearing either. Select SubFormControl by left clicking the top left of the SubFormControl? 9-(

  12. #57
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Yes "Link Master Fields" and "Link Child Fields" are the property names on the Data tab of the SubFormControl. You have not selected the SubFormControl yet. As I said, it can be tricky.

  13. #58
    Moridan is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Apr 2013
    Posts
    60
    Ahhh Ok, got it. Here is what it shows:

    Source Object: frmEditUpdateSubform
    Link Master Fields: Proj_Short_Title
    Link Child Fields: Same
    Filter on Empty Master: Yes
    Enabled: Yes
    Locked: No

  14. #59
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    "Link Child Fields: Same" or does it have "Proj_Short_Title" in it? I like to be precise.

  15. #60
    Moridan is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Apr 2013
    Posts
    60
    Quote Originally Posted by RuralGuy View Post
    "Link Child Fields: Same" or does it have "Proj_Short_Title" in it? I like to be precise.
    Link Child Fields: Proj_Short_Title

    9-)

Page 4 of 6 FirstFirst 123456 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 1
    Last Post: 10-28-2012, 02:54 PM
  2. Data not appearing on the table in Access 2007
    By Nashskye13 in forum Access
    Replies: 2
    Last Post: 10-26-2012, 02:41 PM
  3. I'm stumped with learning VBA in Access
    By phineas629 in forum Programming
    Replies: 2
    Last Post: 01-06-2012, 04:57 PM
  4. SQL Server Requiring Multiple Logins
    By dbigel in forum SQL Server
    Replies: 0
    Last Post: 11-10-2011, 09:59 AM
  5. Too much data for Access 2007????
    By pdmc1 in forum Queries
    Replies: 3
    Last Post: 06-23-2011, 01:16 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