Search results

  1. J

    Filtering forms

    Hey, guys thanks for the help. I finally remembered having this stored away from a post here somewhere. I don't recall who it came from, but thanks to them and you guys for your time. Check out the search form here. This is what I implemented. Thanks again.:D
  2. J

    Filtering forms

    Can some one direct me to some information on the best way to set up form filter. I need to set up a form so that it looks like a search form. I need two, maybe three fields to drop down, choose the value and then show me the related records. I have an action item database and i want to...
  3. J

    Report number calculated based on date

    I have a form that users use to input new report information (tblLog). Each entry has a 8-digit report number (PK) based on the following convention, given 12345678 as a hypothetical report number: |12| = the site code |34| = current year |5678| = next report in sequence from 0001 - 9999 Up...
  4. J

    Filtering Subform Query

    Open your form in design view. Open the properties box. Click on the subform. Click on the data tab of the properties box. You should see 'LinkChild Fields' and 'Link Master Fields'. Select ProductID for both of these and it should work. That should show you batches for that ProductID.
  5. J

    What's your best/worst joke?

    Sorry Andy, couldn't go along with you here.:D
  6. J

    What's your best/worst joke?

    I needed this list about 20 years ago!;)
  7. J

    What's your best/worst joke?

    Is this healthy?:p
  8. J

    Take Out Duplicates

    Search Access for 'delete duplicate records'. It lays it out real nice.
  9. J

    What's your best/worst joke?

    Ain't that the truth!
  10. J

    What's your best/worst joke?

    Only having a little fun with my buddy Hayley. All is well. :D
  11. J

    What's your best/worst joke?

    Hayley, Hayley, Hayley. This is all very disappointing.:(
  12. J

    A tricky query

    Just so you know Mile isn't the only one, the table structure would be the best thing to change. I would talk to whoever it belongs to about normalising the data. Honestly, it doesn't sound like they have the firmest grip on Access.
  13. J

    Wild Card Search

    Come on, Mile. Surely you didn't just pull that off the top of your head. Nobody can just come up with that unless they are a freak of nature.;) Just wanted to say it was pretty cool stuff.
  14. J

    Dependent Lookup Fields

    If I understand what you are saying, search the forum for 'cascading lookup'. There is a lot of information here on it.
  15. J

    Need help, Please

    Sounds like you have an object in the report looking for a piece of data about books that isn't in the query. Make sure all your control sources are set to the correct data source.
  16. J

    Questions from women that put a shudder down mens spines

    You're right but apparently there was something in the wedding cake and she has never been the same.
  17. J

    Maximizing the application window

    Hmm ... that makes tooooo much sense. I put that command in the On_Open event of my object that opens when the application opens. (Assumed that was the proper place.) That did it! Thanks guys.
  18. J

    Maximizing the application window

    That's VB for forms or reports. What about the application window itself?
  19. J

    Maximizing the application window

    How about this? If I link from one database to another db, the second db window is half-size. I would like each window to max when it opens.
Back
Top Bottom