Search results

  1. C

    Sub Form Behavior with background text box

    Hi managed to work it out, staring in front of me :banghead:, had to set the textbox setting "Enabled" to False. Though strange and can't click at the right hand side of sub form to open a record, I will recreate the form as I think one of text settings is causing this. Reason for the text box...
  2. C

    Sub Form Behavior with background text box

    Thanks for the reply but still when clicking a record the text box behind sets focus
  3. C

    Sub Form Behavior with background text box

    Hi Wondering if any can give me some guidance I managed to have a working sub form and with a text box behind the transparent textboxes, The text box behind is mapped to a Table which allows my background to change color depending on the linked bitmap image behind it. But its behavior is...
  4. C

    Last Selection List Box

    Just an update as eventaully found a solution. I just refreshed the listbox using MyListbox.Requery and had forgot to update my sort within the code. Which alloweed to me to select the newly added record at the bottom of the listbox. Lastly to select the newly added comments it was reusing...
  5. C

    Last Selection List Box

    Hello, I have a form where I add a new event, and it gets added to a list box in another form, I was intending to select the most up-to-date record within the list box but it seems to keep selecting the old latest record and not the new record that ive added. I had tried to select the first...
  6. C

    Form with subform with subform HELP!

    Hi all, been a while I used Access and doing a small database to store each patients activity. It was going to be in one form, patient fields then in a subform Track and next another subform ActionPoint. This really looks messy so I added a button so I could display table Track and then subform...
Back
Top Bottom