![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In Access97 I was able to have an advance filter on a form that had a Like statement so when you applied the filter EACH time it would asked for the criteria. In 2000 the same filter doesn't asked for the criteria after the first time you apply it. Is there a beter way of doing this? TIA |
#3
| |||
| |||
|
|
Try an unbound text box on your form. If it's called Text1 on Form1, you could then use: Like [Forms].[Form1].[Text1] & "*" -- Allen Browne - Microsoft MVP. Perth, Western Australia. Tips for Access users - http://allenbrowne.com/tips.html Reply to group, rather than allenbrowne at mvps dot org. swilson513 (AT) yahoo (DOT) com> wrote in message news:1104098465.074685.18310 (AT) c13g2000cwb (DOT) googlegroups.com... In Access97 I was able to have an advance filter on a form that had a Like statement so when you applied the filter EACH time it would asked for the criteria. In 2000 the same filter doesn't asked for the criteria after the first time you apply it. Is there a beter way of doing this? TIA |
#4
| |||
| |||
|
|
I'm not sure I understand, would this be the statment in the advance filter? What I have is a form that's based on a query that is based on a table. I do a lot of copy and pasting because the records are similer. I had the advance filter set up so I could enter a 3 didget code that all of my orders start with and that would bring up all the records that started with them didgets then I can choose the one that best matches what I'm ordering and copy and paste it to a new record. The field that I'm copy and pasting is a lookup from another table. This has worked very well until they upgraded us to Access 2000. "Allen Browne" <AllenBrowne (AT) SeeSig (DOT) Invalid> wrote in message news:41cf7836$0$5677$5a62ac22 (AT) per-qv1-newsreader-01 (DOT) iinet.net.au... Try an unbound text box on your form. If it's called Text1 on Form1, you could then use: Like [Forms].[Form1].[Text1] & "*" swilson513 (AT) yahoo (DOT) com> wrote in message news:1104098465.074685.18310 (AT) c13g2000cwb (DOT) googlegroups.com... In Access97 I was able to have an advance filter on a form that had a Like statement so when you applied the filter EACH time it would asked for the criteria. In 2000 the same filter doesn't asked for the criteria after the first time you apply it. Is there a beter way of doing this? |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I'm having no luck with this at all. I did find some stuff on MS sight about filters not completley clearing and there was a work around but then that would completley clear the filter so it would have to be have the statement entered again. In both 97 & 2000 this is the statement that is in the filters box on the Form Property box "((([Purchase order entry].Control_Number) Like [Enter Control Number] & "*"))" In 97 it works as expected asking for the control number each time the filter is toggled, in 2000 when you toggle the filter it will take on whatever the last number you entered was. Any suggestions on this?? Thanks Again |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
I created the text box with the control source being the field that I want to sort. Right or Wrong? Like [Forms].[purchace order entry].[filter] & "*" then put that statement in the advance queri, it acted the same as before, worked the first time but then would retain the same information. Could it be that the data base is not converted to 2000? Before this statment would prompt the user for the control number, "like [Enter Control Number]&"*"". I'm not sure if I'm not understanding or if I'm not explaining right. |
#9
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |