Recent content by Rhids

  1. R

    Queries behind forms

    Thanks JonK. It worked a treat :D
  2. R

    Queries behind forms

    Hi All, I'm hoping this is something basic, but I've racked my brains and don't seem to be able to solve this. In the attached database there is a form called "Events- QA", on the form there is a combo field called "Event types" Behind this field in the "Row source" property there is an SQL...
  3. R

    chooseing record types through form critera ?

    Morning, (Well it is here :D) I'm wondering if it's possable to limit the records shown on a table through a form? ie if this field shows "x" then this field can be show. For example. I have a table that differant types of events are recorded on, on of these fields is and events type and it's...
  4. R

    Passwording a Button :)

    Perfect :) Thanks alot
  5. R

    Passwording a Button :)

    Bearing in mind I probably shouldn't be playing with code in general if I have to ask this ^_^ But can anyone tell me how to add this code to a bottons "On Click" event ? The code is stored as a module and I cannot see an option to add a module to do this :/ The codes from this Forum and...
  6. R

    Makeing a query to exclude event types

    That works great Thanks Col. "Mismatch in datatype" was coming up, I'd made a mistake and the datatype on one was text the other number >.< Now using both of those I can create many more happily :D Thanks again
  7. R

    Makeing a query to exclude event types

    How could I do that in reverse ? ie I want to show all except the QA type
  8. R

    Makeing a query to exclude event types

    Hi, I'm trying to make a simple query that will exclude a certain record set from a table. I have an events table that logs various types of data from stock movments to QA data. Each record type is identified by a 2 letter code. Ie if it's a QA record there createing then in the event type...
Back
Top Bottom