Search results

  1. C

    Query Conditional Criteria

    Hi guys, I have a form with an option group. It has 2 options. The first one has a value of 1, the second has a value of 2. This option group is named "category". Separate from this I have a query with several fields. In one of these fields, I need to enter a criteria that enters "LOE*"...
  2. C

    Falcon Northwest Fragbook TL-2?

    no opinions?
  3. C

    Falcon Northwest Fragbook TL-2?

    Hey everyone, I thought I would take a break from Access and ask you guys what you think of Falcon Northwest's Fragbook TL-2. I am currently looking for a college laptop, and I came across this the other day while surfing the web. I would love to hear your guys' thoughts and opinions! You...
  4. C

    Text Box Control Source???

    Wow!!!! I deleted the current control source, and re-typed it and it magically works:eek: I have no idea why it works now, but it does. To answer your question, this text box looks at the [mindate] and [maxdate] text boxes which look up the lowest and highest dates from a table. Thanks for...
  5. C

    Text Box Control Source???

    OK, I tried this, but still no luck. =DateDiff('d',[me.mindate.value],[me.maxdate.value]) Thanks, Chris
  6. C

    Text Box Control Source???

    Hi everyone, This is a very simple problem, and it seems to me like it should work but it doesn't. On my form, I have a field called [mindate], which looks up the earliest date from a table. I also have a field called [maxdate] which looks up the latest date in my table. These both work...
  7. C

    Complex Calculated Query?

    Hi everyone, OK this is a pretty big question, but here it is.... I am not quite sure that a query is the best thing to use in this case, but I think it might be possible. Here is what I need to do: I have a table with information about oil well production. In this table the production of...
  8. C

    Invoice Database Feature?

    Would importing the PDF files into my .mdb file take up more disk space than putting them in a folder?....Or would it be about equal? -Chris
  9. C

    Invoice Database Feature?

    Hi everyone, I have been developing an invoice database system for my company. Right now they enter all the info from their invoice into an Access Database via a form. I got an idea, and am curious to if it is even possible to implement. I was thinking it would be really cool, and useful, if...
  10. C

    Autofill Query?

    I guess I could do that... But wouldn't I still have to fill in the blank fields?
  11. C

    Autofill Query?

    I originally wanted to fill them in so all the records would be complete in a report. Can I get by without filling them all in? -Chris
  12. C

    Autofill Query?

    Hi everyone, I have a table which includes several columns. Two of these columns are important for this update query I wish to do. In my table, I have two columns like this: API# Current Operator --------------------------------- 1 | 1 | 2...
  13. C

    Retrieve Previous Record's Date

    Cool, that did work. Thanks RuralGuy! -Chris
  14. C

    Retrieve Previous Record's Date

    Hey thanks for the link! I can get it to work on old records, but when my form is open and I am on a new record, it doesn't work because the autonumber ID field has not yet been generated. Any suggestions? -Chris
  15. C

    Retrieve Previous Record's Date

    Hi everyone, I have a form with a date field on it. I would like the date field to automatically enter today's date, which it does now, but also I would like it to retrieve the previous record's date and if it is different from today's date, I want the form to use the previous date as the...
  16. C

    Yet another Access to VB question

    I am very new to Visual Basic. First, do you guys think it would be worth reading some books and learning about VB? Second, do you think it would be worth trying to duplicate one of my Access forms in VB? Thanks for your input, -Chris
  17. C

    Yet another Access to VB question

    Hi everyone, I have read through all of the previous posts that I can find, and I understand that it is impossible to convert an access form to an .exe file. Currently I have my database broken down into a front and back end. Is it possible to independently write a visual basic application...
  18. C

    A Really Cool Idea....If it is possible

    Hey, that worked! That is really cool to be able to see when and who is accessing the database. Thanks once again KeithG! As far as what Doc Mann said, I know that it could happen, and it probably will, but I don't think it will be too big of a deal. I can always manually reset the table...
  19. C

    A Really Cool Idea....If it is possible

    Wow!! That is exactly what I was looking for. You are a very skilled VB and Access developer, KeithG! That successfully completes the cool idea that I had, I couldn't have done it without you! But now that it is working, I am wondering if there is a way to list the users that are logged on...
  20. C

    A Really Cool Idea....If it is possible

    Yes, I guess you are probably right. I hadn't thought of that, but in my case, I don't think that it would be too bad if the false positives occurred once in a while. I still would like to get this table system working so I can see it work. I really am very new to Visual Basic, so please be...
Back
Top Bottom