Dick7Access
Dick S
- Local time
- Today, 08:51
- Joined
- Jun 9, 2009
- Messages
- 4,325
Sorry should have specified. Clicked down arrow in the church field, clicked sort A to ZI don't know what you did to get this message because you didn't tell us, but you can simply open the query in Design Mode and set the Church field Sort to Ascending.
Thanks I will look into it.ACCESS appears to be looking for a unique ID. Do you have unique ID's in all your tables? Are they Primary Keys? Do you have relationships established between tables? This error may be caused by many different things. If you could attach your database file, I can take a look to see if your design is proper to begin with. When I open one of my own forms in Data Sheet View, I cannot duplicate your error message.
I'll put money down on this reason.Thanks I will look into it.
Thanks. I am looking at it.I'll put money down on this reason.
That field is actually a Lookup Field and you set it up to DISPLAY the text value.
thanksCan I recommend you remove the dbl quotes from the Church names. They will give you grief somewhere along the way.
You may be able to capitalize the first letter of each word by using vbProperCase. (if that's what you mean)
No I don't but I would like any information on it you might have.Godbless Pastor!
not related but curious?
i saw one Baptist church in the PH.
aside from that one do you have a name like Mandaluyong Bible Baptist Church?
i attend service there when i used to live there.
Thanksyou can find the location here:
mandaluyong bible baptist church - Google Search
unfortunately i don't have it's history.
what i do know (based on what i heard) is more than 60 years old (or much older) and has been
a mother of many bible baptist all over the PH.
it is mission driven church.
and the first missionary who build the church was from baptist bible international (usa).
Yes, I know that, but most times I want it in form view. My problem is when I switch to datasheet group and then try to alphabetize it either A to Z or Z to A it will do it, but gives me the error code (see first post)you can change the code to explicitly tell it to open the form in Datasheet view:
DoCmd.OpenForm strFrmName, acFormDS