Search results

  1. G

    Making Some Fields Read-only in Query

    Hi, I have made a query to select multiple records (of a Yes/No type field in the table). All other fields of the query must be read only except this check box field. An easy solution given is to create a form (in Datasheet view) based on the query and choose NO for Enabled in property box. The...
  2. G

    Form Not showing some of the data in a particular Field

    Hi, One of my forms in the database is not showing some records in a particular field. Although those records are entered through the same form and are shown in the table, yet some of them are not visible in the form. This is happening only in a particular field, and in that field, some...
  3. G

    Front End ACCDE not opening

    Hi, I have made a database, splitted it and then made the front end as accde. After that I copied both Front end & back end files in a shared folder. It is working fine as long as I am using it from my computer, but when I go to the other computer and try to open the front end, it gives the...
  4. G

    Enabling some Form Controls after selecting from a combobox

    Hi, I have combo box in a form. I want to enable (to highlight) some controls in the form after selecting any value from my combobox. For example, There are three values in the combobox. And : When I select value1, I want an unbound combobox1 to be enable (This combobox is synchronized with...
  5. G

    Entering ID in the form and viewing n the table with its corresponding name

    Hi, I have made a table and I enter data in that table through a form. The form also include two sybchronized comboboxes. When I select a category in one combo box, corresponding items are selected in second combo box. The problem is that when I select the category in the form (with ID+Category...
  6. G

    Synchronized Combo Boxes in Forms

    Hi... I have searched on internet for the method of synchronizing two combo boxes in a form based on Update Event. The problem was solved partially with the help of this video : (link is not posted due to lesser number of posts. But it can be found on net, it's title is "Synchronizing Combo...
Back
Top Bottom