Search results

  1. C

    Prevent "you are about to paste # rows into a new table" message

    Hello there! This might not be the right section to post in but it's regarding tables. Basically I have some SQL statements that copy data to a new table, which is written in VBcode and operates on the click of a button. Basically the only problem is the messages: "You are about to paste # rows...
  2. C

    iif statement to read fields from form not returning values

    Thanks a lot people, that's some great info! I looked at the example database in the thread mentioned by Brianwarnock And that seems to have done the trick. I might try EMP's advice if I want to reimplement the checkboxes (they're quite useful compared to just clearing a field because it's...
  3. C

    iif statement to read fields from form not returning values

    Hey there! I've been searching about this forum and found a lot of threads on this sort of issue but haven't been able to figure it out from those alone, so feeling a bit useless :o long winded explanation by the way... I'm useless at explaining! :D Well basically I have a query that is...
  4. C

    Call sub from another form and pass parameters

    Ok cheers, it seems a lot simpler to stuff all the code into one form! I wanted it there in the other one in case the procedure would be useful for calling from another form. If this becomes neccessary I'll look into using modules :) thanks!
  5. C

    Call sub from another form and pass parameters

    Hello there, I'm trying to call a subroutine in one form from a sub in another, and passing it a simple integer in the process. Bit of a newb at this, if it was a sub from the same form then I could just write the name of the subroutine and it would be quite happy... i.e.: [random code] subname...
Back
Top Bottom