Search results

  1. M

    Asset Database problem

    Form Problem because of relations ? I made a database to register assets of the IT department, I've made the relationships to be one to many and so that 1 User can contain more Hardware... Now I've made a form which shows the hardware device and in a subform the user, I want to make it...
  2. M

    Generated fields in Continuous Forms

    Hello, A very short question: I made this code: Private Sub Form_Current() Me.SMS = "ID," & [PCname] & "," & [MAC] & [Serial] & [Make] & [Model] & ",,,,,,,,,,,,,,,,,,Y,tmnl\ID00xxxx" End Sub It works on a single form, but i need it to work on a continuous form, as it is now it'll put the...
  3. M

    Editing when used by others

    Hello, I've got a somewhat urgent question; When i'm editing in my database other users can't open the database and when they have the database open i can't edit it. Is there a possability where i can make it possible to enable me to edit while others are viewing, something like a developers...
  4. M

    Checkbox - date link

    Hello, I've some checkboxes in my database wich need to have a date bound to it, so when i check a box that the date on wich it got checked appears, if the checkbox is not checked the date field should be blank. Many thanks in advance..
  5. M

    Report only current record

    Hello, I got a little question, I made some reports but the records that i have in the tables/querys. How can i get a report preview of only the record i have open in the form, so that if i print it will only print the 1 report.
  6. M

    Linking combobox

    Good day all, I got a quick question.. I got 2 tables Departments: ID Department Functions: ID Function Department_ID They are linked with an one to many relation. Now when i'm making my form i want to have 2 combo boxes, 1 listing the results found in Departments.Department and another...
Back
Top Bottom