Search results

  1. S

    Enable/Disable in reference to check box

    Hi there. I'm not sure what to reference a check box as. What I mean by this is.. I have a checkbox and a text control (the text control is disabled upon entering the form, but the check box is not). What I want to happen is if I click on the checkbox (with a check in it) then the text control...
  2. S

    Access security login

    Hello. I'm not sure if this is even possible, but just thought I ask those of you more experienced with Access. I created security for my database using Access' User-Level Security. What I'm wondering is if it's possible at all to create a command button in my database where I can have...
  3. S

    Undo auto maximize

    Hello. I have a form that has multiple command buttons that, on click, would direct me to other forms. In my Main form, I put the auto maximize code in it's Open event: Private Sub Form_Open(Cancel As Integer) DoCmd.Maximize End Sub the problem is, when I open the other forms through the...
  4. S

    How to set focus on a form

    I have a Main form with other controls on it and a command button that opens up a small form. On this small form, I have a SAVE and CLOSE button. How do I make it where the focus is set on the small form UNTIL I press the close button? Meaning, once I open the small form, I would not be able...
  5. S

    Customizing message box control

    Hello. I have a text search form. When I enter in a value (text value) that pertains to a certain control on my form and press search, if such a record exists, the information in the controls will change accordingly to my searched text. It's a search control that only relates to that form. The...
  6. S

    Fixing tab order

    Hi. Is there a way to make the tab order return to the first control after it reaches the last control instead of having it tab on to a new record? Thanks in advance for any help.
  7. S

    Help with a report

    Here's a review of how my form is like. I have a subform for Diagnosis for each patient. Each patient can have more than one diagnosis and within the diagnosis types, ONE of the diagnosis has additional subcatergories. I put those subcatergories in a separate table, Diagnosis2. What I want to...
  8. S

    How to UN-highlight a field

    Hi. I have a form with tabs that also contain subforms within them. When I click through each tab, ONE field in the subform is highlighted with the cursor in that field. This gets really annoying when I just want to view the data and not enter in data. Is there anyway I can prevent this? Thanks!
Back
Top Bottom