Results 1 to 15 of 15
  1. #1
    nwebber is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2021
    Posts
    6

    Question Turn on a Table?

    Hello all,

    First time posting here. So I have been working as a CRM Sys-Admin for about 4 months. My predecessor did not leave me with much in the way of coherent instruction. I am currently creating a registry of products for a convention. I have been working my way through his notes, but I've come to the vague instruction of "Turn on the convention by going to the convention table and changing it to 1". Now I have no idea what this means so I went digging. Eventually I found my way to the Linked Table Manager, and I thought I solved my problem. It had my table name with a 0 next to it, so all I have to do is change it to a 1 right? Problem is, I don't see an option to change the number. I will include a screenshot of the page I'm on.

    Any advice on what I need to do? Or to point me in the right direction?


    Click image for larger version. 

Name:	Turn on Convention Access.PNG 
Views:	20 
Size:	24.9 KB 
ID:	46268

  2. #2
    nwebber is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2021
    Posts
    6

    Question Turn on a Table?

    Hello all,

    First time posting here. So I have been working as a CRM Sys-Admin for about 4 months. My predecessor did not leave me with much in the way of coherent instruction. I am currently creating a registry of products for a convention. I have been working my way through his notes, but I've come to the vague instruction of "Turn on the convention by going to the convention table and changing it to 1". Now I have no idea what this means so I went digging. Eventually I found my way to the Linked Table Manager, and I thought I solved my problem. It had my table name with a 0 next to it, so all I have to do is change it to a 1 right? Problem is, I don't see an option to change the number. I will include a screenshot of the page I'm on.

    Any advice on what I need to do? Or to point me in the right direction?


    Click image for larger version. 

Name:	Turn on Convention Access.PNG 
Views:	19 
Size:	24.9 KB 
ID:	46269

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    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.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Interesting, I do not see a 0 (nor a 1) in my linked tables list.

    Open the table in Datasheet view. What is the data? I suspect the instruction means to change value in field so that a convention record is 'activated'.
    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
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    6,574
    Just open the table and change the value?
    Please use # icon on toolbar when posting code snippets.
    Cross Posting: https://www.excelguru.ca/content.php?184
    Debugging Access: https://www.youtube.com/results?sear...bug+access+vba

  6. #6
    nwebber is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2021
    Posts
    6
    The data is just a series of numbers associated with a product, and an auto-generated number as the primary key. On the Linked Table Manager, it has a "0" next to my dbo_OCA2021Convention. I imagine the instructions that were left for me wants me to change that "0" to a "1".


    Click image for larger version. 

Name:	Access Help.PNG 
Views:	17 
Size:	19.2 KB 
ID:	46270

  7. #7
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,250
    As funny as it sounds I think your predecessor actually meant to rename the table "dbo_OCA2021 1" . Right-click on the table in the navigation pane (not the link table manager) and choose rename and replace the 0 with 1. Now the rest of the app should work as intended (assuming all the queries, forms, reports, etc. are using a table called dbo_OCA2021 1....

    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

  8. #8
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Welcome to the forum! I merged your duplicate threads since both had replies. In the future, please don't post the same question twice.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  9. #9
    kd2017 is offline Well, I tried at least.
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    1,165
    Click image for larger version. 

Name:	Untitled.png 
Views:	14 
Size:	11.8 KB 
ID:	46273
    parentheses*. Thoughts?

  10. #10
    nwebber is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2021
    Posts
    6
    So what I thought was a "0" was actual just an open close parentheses with nothing inside? Well that tracks I guess. As far as the naming convention, That was the requested name from the Marketing team, so I don't imagine that is what he means. I'll keep digging through our internal stuff, maybe there's a clue in there. I'll update this post if I find an answer.

    Thank you for your assistance.

  11. #11
    kd2017 is offline Well, I tried at least.
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    1,165
    Playing with a linked table name on my computer I can confirm that really looks like parentheses... Also, considering you were able to open the table in post 4 and view the data it's already "on".

    I think they were talking about something else. What exactly are you trying to "turn on", do you know yet or are you just working your way through notes?

  12. #12
    nwebber is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2021
    Posts
    6
    The idea is that once I turn it "On", one of our sites will update showing it as an option to select, and then once they select it, they can choose from the list of numbers which product they are interested in. As I search through his notes, I wonder if he is referring to something in SSMS instead of Access...

  13. #13
    kd2017 is offline Well, I tried at least.
    Windows 10 Access 2016
    Join Date
    Jul 2017
    Posts
    1,165
    I don't envy your head ache. Good luck!

  14. #14
    nwebber is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2021
    Posts
    6
    UPDATE:

    So it turns out there was another Linked Table called "Convention". As my predecessor created it, I assume that whenever he opened Access, it was always showing up for him by default. So what I had to do was find the dbo.Convention in ssms, and manually update it there, which did indeed have a "is Active?" field. Once I did that the site updated, and it's all resolved now. Thank you all for being a great soundboard.

  15. #15
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,205
    As stated, your screenshot just shows a pair of brackets. It should show the link database info in the brackets like that below:

    Click image for larger version. 

Name:	Capture.PNG 
Views:	12 
Size:	19.7 KB 
ID:	46274


    I assume that empty brackets means your links are broken
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

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

Similar Threads

  1. Turn query into table
    By mp3909 in forum Access
    Replies: 2
    Last Post: 03-12-2019, 01:05 PM
  2. Replies: 10
    Last Post: 11-01-2016, 07:06 AM
  3. Replies: 3
    Last Post: 10-24-2015, 04:46 AM
  4. Replies: 4
    Last Post: 10-17-2012, 07:27 AM
  5. Turn warnings off
    By Mclaren in forum Programming
    Replies: 6
    Last Post: 05-03-2010, 12:07 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