Search results

  1. Kinger43

    Open Database from Form

    Says "Invalid procedure call or argument"
  2. Kinger43

    Open Database from Form

    Public Function OpenDatabase() On Error GoTo Err_OpenDatabase Dim database Dim turtlemeter As String turtlemeter = "s:/AccessDB/Turtle_Meter" database = Shell(turtlemeter, vbNormalFocus) Exit_OpenDatabase: Exit Function Err_OpenDatabase: MsgBox Err.Description...
  3. Kinger43

    Open Database from Form

    Is it possible to open a database from a form in a different database? Not necessary to do so; it would just be handy to do from the form I already have up and looking at rather than having to go open another instance of access and go to that database.
  4. Kinger43

    Compact Database

    That helped greatly, thanks Alc
  5. Kinger43

    Compact Database

    I would like it to come from a macro because I already have the macro built and its fairly complicated. I am fairly new to access and have just started really using code instead of umpteen thousand macros and this was one of the first ones I made. It doesn't really matter though because I can...
  6. Kinger43

    Democrat

    Either way they're taxing it on both ends. It's just not right.
  7. Kinger43

    Compact Database

    There is a command CompactDatabase in the DoCmd.RunCommand action. I tried to use it in a macro to compact my database every so often but it gave me an error saying that you can't compact a database from a macro or VB code. My question is, what is the point of making this command available if...
  8. Kinger43

    One Liners; Tidbits; Wise Sayings

    A kid at Christmas, happy as a two peckered billy goat.
  9. Kinger43

    A cheesy 2007 Christmas Joke

    Aweful!!!!
  10. Kinger43

    RunSQL statement

    I figured it out. Thanks for the help Bob
  11. Kinger43

    RunSQL statement

    Then maybe the better question is this. I have a form based on a table. What I want is a search box that will locate the record based on an account number and pull it into the form. I have buttons for navigating to the next and previous records but nothing that will search and find. I've tried...
  12. Kinger43

    RunSQL statement

    Can anybody tell me why this SQL statement won't run in in the RunSQL macro action. SELECT Open_Issues.* FROM Open_Issues WHERE ((Open_Issues.Account_No)=(Forms.Open_Issues_Viewer.Text64)); It tells me that the RunSQL action must have an SQL statement for an arguement when I try to run the...
  13. Kinger43

    What's your best/worst joke?

    Why don't dogs carry money? . . . . . . . . . . . . . . . . . . . . Because they don't have any pockets!
  14. Kinger43

    What's your best/worst joke?

    I believe this is the worst joke EVER! You deserve an award for that one
  15. Kinger43

    A query that returns values that total less than a required amount?

    I guess I'm still confused on what you are trying to do. Are you wanting to start at the top of the table and add track lengths until you go over 900 then return the first x tracks before you went over?
  16. Kinger43

    Man Cut His own Penis off!

    So how do you cut things, anything?
  17. Kinger43

    A query that returns values that total less than a required amount?

    Add all of your fields to the query and in the criteria for the "length" field add <900. If you want the ones that equal 900 then use <=900.
  18. Kinger43

    American Football in London

    If you've never heard of these guys then you obviously don't know much about racing in general.
  19. Kinger43

    American Football in London

    Montoya, Carpontier, Franciti. And they suck at it because they can't DRIVE a car. Sure its easy to turn the steering wheel in those tiny, low to the ground cars and drive with the accelerator. Its a whole nother thing to get up on the wheel and actually drive with the steering wheel and set the...
  20. Kinger43

    American Football in London

    If NASCAR is such a pussy sport, then why are your top teir F1 and Indycar drivers wanting to drive in it so bad? And I might add, THEY SUCK AT IT!
Back
Top Bottom