Results 1 to 15 of 15
  1. #1
    spyfox2020 is offline Novice
    Windows 10 Access 2002
    Join Date
    Dec 2020
    Posts
    6

    How to change company info on master form access 2002

    I have a friend that uses access 2002 that needs to change his address on the master form he uses with his company info on e.g. Company name, address and company phone number. Thank you for your help.

  2. #2
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,987
    This sounds suspiciously like a homework task.

    It depends how that info is entered in the form. Tell 'your friend' to open the form in design view and look at the form controls.
    If its one or more labels, then update the label caption(s).
    If its based on one or more textboxes, then the data needs to be updated in the underlying table(s)
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  3. #3
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,568
    Hi

    This information should be based on a table named tblCompanyInformation.

    But WHY would he need to display his Company Details on a Form? Normally this information is displayed on a Report which is usually printed out.

    Maybe you can upload a zipped copy of the database so we can see the problem?
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

  4. #4
    spyfox2020 is offline Novice
    Windows 10 Access 2002
    Join Date
    Dec 2020
    Posts
    6
    Quote Originally Posted by mike60smart View Post
    Hi

    This information should be based on a table named tblCompanyInformation.

    But WHY would he need to display his Company Details on a Form? Normally this information is displayed on a Report which is usually printed out.

    Maybe you can upload a zipped copy of the database so we can see the problem?
    I'm not 100% sure its a form, it could be a report. I've never used access and I'm his computer tech and my expertise is usually not software based, especially on a program I've never used. He has a customer database and he opened it up and showed me how on a new job he enters in the job info for the customer. I see at the top of the document, each one he creates has his company info like on a header maybe, at the top of the form ? I was looking for the way to edit that info to change his address for him, so the correct company info will now show on each new doc/database entry he makes. Hopefully that makes sense.

  5. #5
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,815
    Open the form (report?) in design view. Select the control that contains the info. If the property sheet is not visible, open it (see Ribbon). There is a small box near the top of the sheet that will tell you what kind of control it is. If it's not a label, then look at the sheet, find the control source property type and see what it is. If it's a table or query, there is where you will have to edit the value. The query/table name will be in the control source property row. If the control source property starts with = , post what is there. As long as you're looking at the property sheet, or at least because you have the object in design view, you should be able to tell us whether this is on a report or form.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  6. #6
    Join Date
    Jan 2017
    Location
    Swansea,South Wales,UK
    Posts
    4,995
    Sounds to me like someone has left the company and taken the customer DB with them, and now trying to pass it off as his own or use it under his own company name?
    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

  7. #7
    spyfox2020 is offline Novice
    Windows 10 Access 2002
    Join Date
    Dec 2020
    Posts
    6
    Quote Originally Posted by Welshgasman View Post
    Sounds to me like someone has left the company and taken the customer DB with them, and now trying to pass it off as his own or use it under his own company name?
    No...no-one has left the company and there is nothing nefarious here sir....

  8. #8
    spyfox2020 is offline Novice
    Windows 10 Access 2002
    Join Date
    Dec 2020
    Posts
    6
    Thank you Micron for the info...I will be giving it a go tomorrow.

  9. #9
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,568
    Hi
    If you can upload a zipped copy of the database we can take a look for you.
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

  10. #10
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,987
    @spyfox
    Just out of interest, did you actually read my suggestions in post #2?
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  11. #11
    spyfox2020 is offline Novice
    Windows 10 Access 2002
    Join Date
    Dec 2020
    Posts
    6
    Ok...I just got off my customers pc and here is what I need help with. Looks like its a "report" that is the form I need to change the header info on. I attached 2 pics of it. I did go into one of the reports and with design view and I can see all the different text boxes and did sucessfully change the header info. But it only shows those changes on past invoices not any new ones that are created. So when an new invoice is created the old header info remains. I guess I need to find the "master" header info box would be so that new invoices will show new header, if that makes any sense. On one of the screen shots I circled in red where I need the permanent changes made. Click image for larger version. 

Name:	InkedScreenshot 2020-12-30 142418_LI.jpg 
Views:	19 
Size:	67.7 KB 
ID:	43789Click image for larger version. 

Name:	Screenshot 2020-12-30 142315.png 
Views:	19 
Size:	40.7 KB 
ID:	43790

  12. #12
    spyfox2020 is offline Novice
    Windows 10 Access 2002
    Join Date
    Dec 2020
    Posts
    6
    Yes I did read your suggestions. I'm just not familiar with access at all. Tryed my best to understand your directions...sorry

  13. #13
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,987
    Well you could have asked at the time...
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  14. #14
    ssanfu is offline Master of Nothing
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Well, make a copy of the dB, delete most of the data, but leave enough records to illustrate the problem. Change any sensitive data. Use names like Fred Flintstone..
    Do a Compact & Repair, then zip it and post it.

  15. #15
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,815
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Comparing Company Info
    By Bvincey2002 in forum Forms
    Replies: 4
    Last Post: 09-16-2013, 07:34 AM
  2. why do I see Design Master 2002-2003?
    By cstjones in forum Import/Export Data
    Replies: 1
    Last Post: 03-02-2013, 04:18 PM
  3. Replies: 1
    Last Post: 10-31-2012, 01:27 PM
  4. Company Info in Invoice not showing
    By fuzster in forum Access
    Replies: 2
    Last Post: 04-06-2012, 03:28 PM
  5. Replies: 0
    Last Post: 09-16-2011, 04: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