update specific textbox in a list

  • Thread starter Thread starter yaniv d
  • Start date Start date
Y

yaniv d

hi everyone,
does anyone knows how can i update unbound textbox in a specifc row
without having autopopulate to all the row in the list?
 
An unbound control has only one value ... you cannot have
multiple values unless it is bound

Warm Regards,
Crystal
Microsoft Access MVP 2006

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day ;)
 
ok but my if i'm bounding the textbox it connected to group by query
that does not allow to update it,do you have a way to bypass this issue
so i will be dinamicly be able to update the data directly to the
textbox.
 
ok but my if i'm bounding the textbox it connected to group by query
that does not allow to update it,do you have a way to bypass this issue
so i will be dinamicly be able to update the data directly to the
textbox?
 
Sounds like you need a main and subform(s) ... you should
not be updating a parent record when you fill child records.

Can you describe what kind of data you are working with?

Warm Regards,
Crystal
Microsoft Access MVP 2006

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day ;)
 
yes,
the data that needs to be update its numbers,statistic numbers that
needs to be changed when needed or to get the default number above it
or it bring information from the query
 
In order to help you, you will need to supply more details,
such as your data structure...


Warm Regards,
Crystal
Microsoft Access MVP 2006

remote programming and training
strive4peace2006 at yahoo.com
*
Have an awesome day ;)
 
i decided to bound the textbox to the relevant query and by a function
to have inputbox that will get the value and then i'm refreshing and
requery and i have the new value in the specific cell.
nice and simple!
 
glad you got 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