Text Box Value used in a Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having trouble writing a control that performs some simple math operations.

For some reason my text box value in the control "= [length]" equals the
number of the Key ID form the table that the value is stored in.

Any ideas on how to fix this?
 
if your controlSource --> = [length]

that means that you are achoing the results of a control
whose NAME property is "length" (without the quotes)

if you are seeing the ID field, perhaps that is the control
whose NAME property is length ... if so, you should change it!

Warm Regards,
Crystal
Microsoft Access MVP 2006

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day ;)
 

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