Recent content by spokaneneon

  1. S

    Lock Checkbox if entry already exists in table.

    Hello again! Another thing I would like to do is create a new record, however, query or search a table and see if there is already a new record existing. If there is a record, creating a new one is fine, however I would like that checkbox to be locked with the value from the previous entry. For...
  2. S

    Combo Look For Existing Record, If No Match, Create New

    Hmm... thanks for the video :) No luck though :(
  3. S

    Combo Look For Existing Record, If No Match, Create New

    Hello guys! I have been trying to find some working code for what I need to do. I have a form that opens at a new record right now. What I want to acomplish is when someone selects from the drop down a value, I want the form to search for an existing record in a table, if that record exists, I...
  4. S

    Disable checkbox if that record already has one checked.

    Hello guys! What I am trying to acomplish today is some sort of way that when a user opens the new form (which opens at a new record) his form is blank. However, if an entry already exists in my table, if that person tries to enter a new record, I want it to disable other checkboxes if that one...
  5. S

    Button Color based on value in lookup form.

    Awesome, that did the trick perfectly! Now if only I could get the whole button to change color instead of the text, we would be in business... from all I have been able to find, I have to do it with a bitmap. *sigh*
  6. S

    Button Color based on value in lookup form.

    Hmm... can't seem to find anything that works. Conditional Formatting only seems to want to work with labels and text boxes. :(
  7. S

    Button Color based on value in lookup form.

    Thanks, didn't even think of that! I know how that works in Excel, will do some digging!
  8. S

    Button Color based on value in lookup form.

    Hey guys! I have been using this site for awhile now and what a huge reference you have all been! Here is my coding dilemma. I have a form that basically serves as a record browser. This form has control sources linked to the main table. IE: Tech Name, User ID, Pass, Fail ect... What I want...
Back
Top Bottom