Search results

  1. J

    Control Fore Color

    Hi all, Having difficulty to understand why in same form multiple control with same fore color code doesn't apply when you navigate in the form (see attached). I would like to have the same color as #43494D or in RGB (67,73,77). I have tried to recreate manually or with format painter - no...
  2. J

    List Box value in to Combobox

    Thank you, for pointing the issue! I have managed to find where was different source. I think for now working :) Will try to make all form's tabs with same setup
  3. J

    List Box value in to Combobox

    Yes its for filtering the list box and can be opposite if i select from list box it will update each textbox value for selected record.
  4. J

    List Box value in to Combobox

    I have attached the the picture. What i want to make, the form loads empty, if needs to add new record you have to fill the text boxes and combo boxes (they have data row source from other table, as you can see in the picture). In other cases if needs to update record you have to select from...
  5. J

    List Box value in to Combobox

    :( Run-time error '438': Object doesn't support this property or method
  6. J

    List Box value in to Combobox

    Hi, I'm trying to make a form with list box some text box and combo box controls, where list box has records list. The combo box already have the row source from the table, so if i select the record in list box i want to see value in control box of the list box column. I'm able to make for...
  7. J

    Navigation form

    Hello, Time to look for help :). I have done form with navigation buttons on the top and left, it has the list box and few text boxes (see attached please). What i'm trying to do is to be able to see the data in the list box and able to add, delete, edit data in list box. The records should not...
  8. J

    Able to copy data from BE Tables through the FE forms

    Thanks to everyone for suggestions was really helpfull ;) Have been sorted. I think it can be closed.
  9. J

    Able to copy data from BE Tables through the FE forms

    Thanks for reponds. Seems i have found in same time similar solution what you sugesting, and i have code too. Quickly tryed, it works! Just cant manage to get make run from module, i would rather to call function not to copy same code in every form :/. If in near future will be need to add some...
  10. J

    Able to copy data from BE Tables through the FE forms

    Thats how is set up the users not working or have any access to the tables. The forms are set to add new or edit existing records with no visibility to any other menus, all acces to default menu are blocked with Pop Up, Modal form set up. Maybe I wasnt clear what is actually happening. When is...
  11. J

    Able to copy data from BE Tables through the FE forms

    Hello, Not sure if I'm in the right forum, but I'm looking for help. Recently find out that in the front End on any form I can select and copy, delete the data in the back end tables. That's not what I have expected from access :( The BE and FE is separated from each other and FE has a login...
Back
Top Bottom