View Single Post
  #7  
Old November 6th, 2009, 03:05 PM posted to microsoft.public.access.forms
Smoki
external usenet poster
 
Posts: 54
Default Create form using query doesn't fill fields

Yes, I wanted to say that, maybe I just didn't explain that good.
But how to send to you my query?

Smoki

"Daryl S" wrote:

Smoki -

Are you saying that when you change one record on the form that it updates
multiple records in the database? Please post your query (data source), and
indicate which fields you are changing on the form that are ending up in more
than one record in the database.
--
Daryl S


"Smoki" wrote:

Me again
It was my mistake, I changed command button, and it works now )))))
But, my main problem is not solve yet. Actually, I wanted with this form to
find, and then change some data in my base. It's base of network equipment,
and some equipment has been changed (location of equipment, for example). So,
I want to find specific equipment, and then to change some options about
that. But, when I change location, then on all places in base (where that
location was) it has been changed to this new one. Why?

Smoki

"Smoki" wrote:

Datasource is that query, not table. But, nothing happend, still
Any other recommendation?

Smoki

"Daryl S" wrote:

It sounds like the fields on your form are bound to a table instead of the
query. Check your datasource for the form - it should be the query.
--
Daryl S


"Smoki" wrote:

Hi,
I have question, I want to create form using query. I made a form in which I
choose from one table field, and then the other fields on my form should be
filled in with appropriate row from table.
I already tried query, and it works. But, when I choose one paramether on my
form, and then press command button to refresh form data, nothing happend?
Why???
Maybe it's connected with Primary key? I have Primary key in my table, but I
think if I didn't do something good, in that case even query shouldn't work?!
But, my query works, only I have problem with filling form fields