A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

synchronize combo boxes



 
 
Thread Tools Display Modes
  #1  
Old April 20th, 2009, 10:13 PM posted to microsoft.public.access.forms
Suzanne
external usenet poster
 
Posts: 250
Default synchronize combo boxes

I am pretty new to Access - and self taught for the most part. I am trying
to synchronize combo boxes. I have been able to use the example on the
Microsoft Website and get it to work - except that the combo boxes remain
unbound and then when I do select a control source - my form turns up blank.
Obviously I'm doing something wrong - can anyone help? Note - I didn't use
the VBA method - I used the macro method as I couldn't get the VBA method to
work at all (I'm not too familiar with VBA in Access).
  #2  
Old April 20th, 2009, 10:55 PM posted to microsoft.public.access.forms
Arvin Meyer MVP
external usenet poster
 
Posts: 640
Default synchronize combo boxes

"Suzanne" wrote in message
...
I am pretty new to Access - and self taught for the most part. I am trying
to synchronize combo boxes. I have been able to use the example on the
Microsoft Website and get it to work - except that the combo boxes remain
unbound and then when I do select a control source - my form turns up
blank.
Obviously I'm doing something wrong - can anyone help? Note - I didn't
use
the VBA method - I used the macro method as I couldn't get the VBA method
to
work at all (I'm not too familiar with VBA in Access).


Try looking at the sample database at:

http://www.accessmvp.com/Arvin/Combo.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


  #3  
Old April 21st, 2009, 05:43 PM posted to microsoft.public.access.forms
Suzanne
external usenet poster
 
Posts: 250
Default synchronize combo boxes

Thanks for the link - I had kind of figured that I may have to do an
"afterupdate" to the unbound lists - is there no way that I can synchronize
the combo boxes and yet still have them bound to a particular field?

Thanks again.

"Arvin Meyer MVP" wrote:

"Suzanne" wrote in message
...
I am pretty new to Access - and self taught for the most part. I am trying
to synchronize combo boxes. I have been able to use the example on the
Microsoft Website and get it to work - except that the combo boxes remain
unbound and then when I do select a control source - my form turns up
blank.
Obviously I'm doing something wrong - can anyone help? Note - I didn't
use
the VBA method - I used the macro method as I couldn't get the VBA method
to
work at all (I'm not too familiar with VBA in Access).


Try looking at the sample database at:

http://www.accessmvp.com/Arvin/Combo.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com



  #4  
Old April 21st, 2009, 07:39 PM posted to microsoft.public.access.forms
Arvin Meyer MVP
external usenet poster
 
Posts: 640
Default synchronize combo boxes

Combo and list boxes have 2 kinds of binding. A column binding, which
controls which column (usually the first) of the combo or list you are
reading when you say in code: Me.cboComboName, and a field binding which can
bind to a field in a table or query.

Lookup combo and list boxes are always unbound to the field, because if one
bound them to a field, every time a lookup was done, it would change the
data.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Suzanne" wrote in message
...
Thanks for the link - I had kind of figured that I may have to do an
"afterupdate" to the unbound lists - is there no way that I can
synchronize
the combo boxes and yet still have them bound to a particular field?

Thanks again.

"Arvin Meyer MVP" wrote:

"Suzanne" wrote in message
...
I am pretty new to Access - and self taught for the most part. I am
trying
to synchronize combo boxes. I have been able to use the example on
the
Microsoft Website and get it to work - except that the combo boxes
remain
unbound and then when I do select a control source - my form turns up
blank.
Obviously I'm doing something wrong - can anyone help? Note - I didn't
use
the VBA method - I used the macro method as I couldn't get the VBA
method
to
work at all (I'm not too familiar with VBA in Access).


Try looking at the sample database at:

http://www.accessmvp.com/Arvin/Combo.zip
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com





 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:42 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.