Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by akaRose

  1. akaRose

    Check form textboxes against one another

    Hello there, MajP your solution worked wonderfully!!! I've been looking at my form and need to make a few changes to trap all the potential issues. So now I need to put this code with some others and am having a bit of trouble. In the BeforeUpdate event I call this function so make sure there...
  2. akaRose

    Check form textboxes against one another

    Hello, I can't seem to figure out something that should probably be pretty easy. It just doesn't work, I'm sure its something dumb! I have an unbound text box with a number of fields of the form concatenated in it (I know its strange not my idea). I need to check that in the each new text box...
  3. akaRose

    Delete first tab of first line in a text file

    That worked perfectly - much appreciated! Thanks
  4. akaRose

    Delete first tab of first line in a text file

    Hello, I'm having trouble figuring this one out. I have a text file, that will always have a tab before the first field header which shifts everything over when I import the file to Access. I'm looking for a way to get rid of this, but I'm not sure how to refer specifically to this tab only...
  5. akaRose

    Subquery to count records in a group

    Everything works perfectly! Thank you so much for all the help, it is so very very much appreciated, I've been going in circles on this one for awhile. :)
  6. akaRose

    Subquery to count records in a group

    I still want to observe all the same restrictions as before with respect to single's in an SM24_No group. Yes if some, but not all members have been contacted I'd like to see the whole group (contacted and not) so I know who's in the group. The only time I don't need to see a group is if...
  7. akaRose

    Subquery to count records in a group

    Hello :) The most recent code you posted works to eliminate the case of Jarod and Jerry, since you added a WHERE outside of the second select statement....so all is well. But in playing with the code I've realized I have one more issue I didn't think of in planning this out :( This query is...
  8. akaRose

    Subquery to count records in a group

    Thank you so much for the code. This is helping with eliminating single records, however within the groups (by SM24_No) records that have RECDATE >2years will appear. If everyone in the group has a RECDATE >2years ago the entire group won't show (which is what I want) but within a group some...
  9. akaRose

    Subquery to count records in a group

    I'm sorry but I tried using the code again, and I must have missed something because it doesn't seem to work as I originally thought. Its still giving me single records for groups of SM24_No not sure why since to me the code looks right. Any suggestions would be welcome. Thanks so much
  10. akaRose

    Subquery to count records in a group

    Works wonderfully! Thank you so much for the help, I had tried something similar but I can see where I went wrong now. So very much appreciated :)
  11. akaRose

    Subquery to count records in a group

    Hello, I had previously asked a question in how to filter records based on date and was able to get it to work. However, it now leaves some groups with only one member, and I don't want to include groups of less than 1. I've tried using count, but can't seem to get it working. The field that...
  12. akaRose

    Query for Report, with groups

    Ok I'll work on the rest, and see where I can get. The other thing I noticed is that groups of 1 appear, but I would only like to show groups with more than one person. I thought that putting SM24_No>1 under HAVING would take care of this but it doesn't seem to. I think I need a COUNT>1 but...
  13. akaRose

    Query for Report, with groups

    Yes I just realized this and put the other fields I need to see back in. Still not quite the right result - perhaps I've done something wrong. The output it is giving me is individuals that have a RECDATE within 2 years, however I need to see the individuals that have a RECDATE >2years if they...
  14. akaRose

    Query for Report, with groups

    Ok so I tried this and the output it gave was the individual in each group that had the most recent RECDATE, which isn't quite what I need to get to. I'm lost on this one, I just can't seem to wrap my head around it.
  15. akaRose

    Query for Report, with groups

    The query is based on an Entrytable, which contains about 50 fields. About a dozen are included in the report, but the relevant ones for filtering the data are the group which is a field called SM24_No and this is a text field, and the date added is a field called RECDATE - which is a date...

Part and Inventory Search

Back
Top