Results 1 to 5 of 5
  1. #1
    asabri is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Posts
    8

    How to propogate a CB value to another called form

    Folks I am new to Access and I believe this is a very simple question.

    Is there an easy way to propogate a value from one form to another?

    I have two forms: Form A and Form B
    Form A is the main: it contains many field including a Supplier CB.
    Form B allows the user to add a new supplier if it is not on the list..

    Form A allow user to pick a list from the table of suppliers. I allowed edit ietm list in the properties to add the list of suppliers to grow as new supplier are entered. I pointed the user to Form B ton enter the new supplier.

    Things going well as I planed, however it is annoying when I enter the new supplier in Form A and respond "yes" to add new items I have to retype the new supplier in Form B again. I have about 11 fields in Form A that will follow this theme. This will not be user friendly if not fixed.

    Any simple idea. I need to port this code to the web later. Staying away from VB is prefered however any suggestion is appreciated.


    Thanks.

  2. #2
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    yes - when in form B one would call a form A value with:

    Forms!FormAFormName.FormAfieldname

    form A must be opened. So if you want Form B field2 to have this value then it would be:

    me.field2 = Forms!FormAFormName.FormAfieldname

    Get yourself an Access textbook findable easily at Amazon or any large book store - - all this info can be found there.

    Hope it helps.

  3. #3
    asabri is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Posts
    8
    NTC,
    Do you recommend a simple book? I did get ACCESS 2010 Inside out by Jeff Conrad and John L viescas and I think it is an over kill as I am having hard time find simple examples quickly for basic stuff.

  4. #4
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    Inside Out can be a bit elaborate which makes finding basic stuff a tad difficult - - I agree....

    while you won't find it at a bookstore - but probably at Amazon is the book series intended for classrooms; the publisher is Thomson or Thomson Course Technology ...not sure which.

    the last I have is called: New Perspectives on Microsoft Office Access 2007

    and typically it is a 2 book series. I imagine they published it for 2010.

    I think the authors probably change - but for 07 it was
    Joseph Adamski
    Kathleen Finnegan

    because it is classroom oriented - it builds from the basics and has straightforward examples.... but having 2 books doesn't hurt - and it is worth your time if you review both to get the same info from different angles....

    hope it helps.

  5. #5
    kbnotes is offline Novice
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Jan 2010
    Posts
    2

    Other Microsoft Access books

    Have you checked out Microsoft Access 2010 Step by Step or Microsoft Access 2010 Plain & Simple? Both titles are from Microsoft Press. They are also available for Access 2007.

    Thanks,

    Kenyon Brown
    Senior Editor
    O'Reilly Media / Microsoft Press Division

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

Similar Threads

  1. Replies: 3
    Last Post: 03-19-2011, 11:04 AM
  2. Form_Load not being called
    By Buakaw in forum Forms
    Replies: 1
    Last Post: 03-09-2011, 04:46 AM
  3. Replies: 3
    Last Post: 07-21-2010, 02:41 AM
  4. Replies: 0
    Last Post: 05-04-2010, 06:39 AM
  5. Replies: 1
    Last Post: 03-26-2010, 10:32 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