Update query Problem

ct2013

Registered User.
Local time
Today, 20:21
Joined
Jun 6, 2013
Messages
87
Hi there,

I have three tables:
Students
Parents
ClassSplits

In my Students table i am making a field called SDD, with which i want an update query to place in there form that table 2 field and 2 field from Parents table and 1 from ClassSplits.

My update looks like this: UPDATE TO:
[students].[SName] & ", " & [ClassSplits].[CClass] & ", " & [Parents].[Paddress2] & ", " & [Parents].[PAddress1]

All the relationships are set up and working, prob being when i run it, the db looks at [students].[SName] (the field from that table to which the update is happening) looks at it as if it is a question query, so when i run it it comes up with a pop up box saying SName with a text box under it, but all the other fields update!

Please help ASAP.

Ta
 
I can see that this is only happening once i add other tables to my query, but if i just keep the table i am updating it updates with field from that table no problem!
 
It appears to me that it does not recognise or cannot find sName.

Suggest you delete this field and then replace it. There may be a space or a dot missing. So if this is the case rebuilding it should fix it.
 
Last edited:
Hi there,

i thought that, but if i got rid of the other tables in the query then it worked fine.

is it a bug??!!?!?!

---------
MS Access has far to many bugs!
 
Hi there,

i thought that, but if i got rid of the other tables in the query then it worked fine.

is it a bug??!!?!?!

---------
MS Access has far to many bugs!

It is not a Bug.

Access does not have any undocumented bugs that I know of. I can only say this with confidence up to Access 2003.

Can you post a copy of your problem in a 2003 sample database.

I need to see more of what is going wrong.
 
I hear,

My biggest problem is now that i cant make an append query with a field that has a multiple list box. only the first of the multiple list comes in the appended table!
Any ideas of coding needed?

Thanks
 
I hear,

My biggest problem is now that i cant make an append query with a field that has a multiple list box. only the first of the multiple list comes in the appended table!
Any ideas of coding needed?

Thanks

Did you really understand what Pat said. I get the feeling that you didn't.

Do you have a List Box in your Table, as part of a field. If so this could be your problem.

Again I would suggest that you attach a copy in Access 2003 and I will have a look. To work out how to convert look at Access Help or Google it.
 
Sorry i only have access 10

I wasn't thinking correctly.

Version 10 is Access 2002.

This format is fine to post.

If you need help to attach the Database there are instructions in the FAQs, or if you run into trouble let me know the problem and I will help you with it.
 

Users who are viewing this thread

Back
Top Bottom