unbound fields on a form

  • Thread starter Thread starter Angela Black
  • Start date Start date
A

Angela Black

I am needing to use combo boxes which are unbound on a form as well as some bound fields. I need all of this data captured in the table but the form is not linked to the table as it is using the query in order to fill in other fields needed for the user information.

Is there a way to capture the unbound data. I am able to capture the bound data to the table.

EggHeadCafe - Software Developer Portal of Choice
VB.NET Event Managment / Logging through Publisher / Subsriber Pattern
http://www.eggheadcafe.com/tutorial...8192-bfdf6fef6500/vbnet-event-managment-.aspx
 
Angela,

I am not understanding your description... Are the fields in the query? Is
the form bound to the query? Why not just bind the combo boxes to the
fields you are trying to update?

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top