Search results

  1. D

    Copying formats

    Quick question ... I have a bunch on checkboxes on multiple tabs on a form. I just wanted t know if it was possible to keep the same format for all tabs as I want them to look fairly similar. Can the format be copied from one tab to another? It would be a real pleasure to build the rest of...
  2. D

    Formatting SQL Code

    Hi Guys, I was wondering if there is a particular way to keep the formatting straight in SQL code. I got lost with all the () and & and ; and [] ... any suggestion would be appreciated, then I wouldn't have to guess where brackets etc are supposed to be. Thanks Love and Kisses Demona
  3. D

    Can JAVA be used in a database?

    Hi Guys, Just a thiught on reading a port on rotating logos ... can a JAVA Applet be used in a Access DataBase for effects? :cool:
  4. D

    'Mid' Questions

    Hi Guys, I am currently using a MID command in a query statement that is built on the fly via code. The question is, is there a better command as this command is difficult to keep formatted. Here is an example of my code & Mid(SubAreas, 4) The way this command works is straight forward to...
  5. D

    Expoerting a query

    Hi Guys, Is it possible to export a query from a database? I don't mean the data that the query puts out (thats easy) I want to export the syntax of the query so that I can build my queries inside my code easier. Thanks
  6. D

    Auto Query Problem

    Hi Guys I have a module for an auto query based on a check box query system. Now if I select one or the other check boxes it will display the required information, but if I check more than one box the report comes back blank. I know why it does that ... its because with the search / query...
  7. D

    Check Box Help

    Hi Guys and Gals, I have a quick little problem ... I have a form that calls out to a dynamic query which works fine. My problem is with the code for the check boxes. This is the code I am using. If Me.[GVL A] = -1 Then where = where & " AND [Shift ID] = " & "'A'" End If...
  8. D

    Limiting Access to Buttons

    Hi Guys & Gals I was wondering if it is possible to limit access to buttons and other areas on a database without using the built in UserGroups of Access. I have a script that requires a user name and password and was wondering at this point whether a person could limit things like password...
  9. D

    Interesting .. Why is this happening?

    I've had a delete user query for some time now and never noticed what it was doing until today. The Query goes like this: Name User Table Where [Forms]![Delete User Form]![Name] and AccessLevel User Table Where <> "Administration" Okay, this is all good. The Button for this is on a form...
  10. D

    Is it Logical?

    Hi guys, I just want to know if I was getting over my head(or just plain crazy) with this form that I am doing. I want to build a query 'on the fly' sort of speak (forgive my slang). I have a form that is filled with check boxes that a user selects what information he wants to query and from...
  11. D

    Login Form

    Hello, I'm having a small problem with a code that I found on this forum to create a password system for my database. For some reason, I can't pin point the reason why it won't work. I must be having a 'Brain Fart' or something. Anyways, I have uploaded the code back to this forum to see if...
Back
Top Bottom