Search results

  1. C

    Cramping many database application into one menu.

    Hi, is it feasible to create a switchboard or main menu that contains all the following like: a) Call logs monitoring menu buttons - that opens a table that records call logs b) machine leasing buttons - that opens up menu list of all machine related matters c) service order buttons -records...
  2. C

    Question MS ACCESS Multiuser login form access

    Hi, Does anybody has a sample for multiuser login form and can access to certain forms only? For instance if a user login with his username and password...he can only see the forms that is allowed for him to view only... Thanks.
  3. C

    how to combine 3 field into 1 in query

    how to mark it solved?:D
  4. C

    how to combine 3 field into 1 in query

    Oh, just got the code fix a bit to work according to what i want :D Original:"Company name: IIf(IsNull([department]),IIf(IsNull([companyname]),[floor],[companyname]),IIf(IsNull([companyname]),[department],[companyname] & " " & [department]))" edited: "Company name...
  5. C

    how to combine 3 field into 1 in query

    Ohh solved: :D Company name: IIf(IsNull([department]),IIf(IsNull([companyname]),[floor],[companyname]),IIf(IsNull([companyname]),[department],[companyname] & " " & [department] & " " & [branch] & " " & [floor]))
  6. C

    how to combine 3 field into 1 in query

    Hi, I need help on how to combine 3 field into 1. For instance. I have a customer table with company name, branch, floor, department. then i am gonna create a query called customerextended and combine all these 3 field so that I can select them in the combobox. I have a sample here but I...
  7. C

    Question Can I Integrate fingertec with microsoft access?

    Hi, I had a client who is not satisfied with the fingertec software that she had recently installed. My client is using fingertec AC100C. She is not satisfied with the no. of times the software can record the user's attendence using fingerprint which is only divided into 3 sections(log in /log...
  8. C

    Microsoft Access integration with Whatsapp

    Hi, I am would like to build a microsoft access database such as complaint monitoring system....etc. Could anyone help me if I could integrate microsoft access 2007 with whatsapp? So that I could deliver complaint calls messages from my access 2007 db to whatsapp chat. Thanks
  9. C

    Hi I need help with Autonumber sorting out in order

    Hi, I am creating a database for cases. I want to set autonumber into sequence, Let say if there are data numbering 1,2,3,4,5. If I delete no.2, The data will rearrange in oreder from 1,2,3,4. While If I add a new value it would be the no.5. Instead of data value autonumber 1,2,3,4,5 as I...
  10. C

    need help with creating this kind of access form

    I have found it. It's a split form. :D Thanks all :D:D:D:D:D:D:D:D
  11. C

    need help with creating this kind of access form

    I am just curious on how this form sample build it's form with a datasheet and buttons on top. I want to build 1 that looks as file attached "DBFORMSAMPLE1.jpg" where there's buttons on top of datasheet. But when I put the form into design view as attached "DBFORMSAMPLE2DESIGNVIEW", It doesn't...
  12. C

    need help with creating this kind of access form

    I think I have tried this but it doesn't seems to be working. I am going to try again to build a form like this to see it it works. Thanks
  13. C

    need help with creating this kind of access form

    Hi I had attached a sample form here from a sample database. I need help with how to create a database that looks like the file as attached. The form here has the outlook of combination of datasheet and buttons.:banghead: Thanks.
Back
Top Bottom