View Single Post
  #1  
Old April 22nd, 2008, 09:59 AM posted to microsoft.public.access.forms
Smoki
external usenet poster
 
Posts: 54
Default update data in one table using form

Hi,
I want to update data in table using form. I have 1 combo box on my form,
where I choose one number from 1 column in table, and then, all other fields
on my form have been filled in. And now, I want to change some information
about that number.
How can I do that? Do I have to use form with subform? I read that I can
update table using form, only if I use form with subform, and in the main
form I have this combo box, and subform has these other fields whitch I want
to update.
But, how to create form with subform if I have only one table (so I don't
have one-to-many relationship, which I need for Form with subform)?