Search results

  1. C

    Hiding fields in tab controlled form

    :confused: hi, I am using a tab controlled form of 5-6 tabs and want to protect 3-4 tabs with a password. Password code is working but not able to hide the data on the forms during the time when I entered the password. Not sure how to use the tag property? ""HELP PLEASE"" Private Sub...
  2. C

    Combo box bound column not working

    hi, I have 4 columns to display in combo box of the form but need to save the data from column 2 (Data in column 1 is for view purpose but it is necessary to keep it as a column 1). I am sure something wrong with the column widths property which I couldn't figure it out. any one could...
  3. C

    Data Entry in an Access Table via Scanning a Bar code?

    hi, I have 100's of new tools in stock and I am trying to save time by entering the 10 digit code including text and number in Access 2007 table by scanning the barcode instead entering them all manually. idea is to scan a bar code and the code is stored in a field called "Code" and later on...
  4. C

    Question Print Record with Yes against them

    hi, I am trying to design a form or report where I can print the records marked with Y/N, but not sure how to do it? could anyone please help !!!!! thanks. :confused:
  5. C

    Want to hide the 2nd tab on the form:

    Hello ! Need help again from the group please :@ I want to password protect the second tab control page, so I'm using this code : Private Sub TabCtl0_Change() Dim strInput As String Dim ctl As Control ' Hide controls on tab until correct password is entered For Each ctl In Controls If...
  6. C

    Filtering a combo box based on another combo box

    hi, I am trying to select a value from one combo box and on the basis of this selection the other combo box show only those values which have link to the value I have selected. I tried to search few links but couldn't get a proper answer, could anyone please help me >> :confused::confused...
  7. C

    Open a Report based on combo box Selection ?

    hi, i am struggling to pull out a report based on the combo box selection. I have NOI database and want to pull out a report for a specific customer that how many NOIs are generated by this customer.. I have a sepatare table of customer and another table of NCRs and the customer information...
  8. C

    Need Help in combo boxes ???

    hi, i am totally stuck, actually i have two fields in a table one for created by and other one is approved by. the creater and approver list is same. I have created 2 combo boxes and what i need to do is that i don't want same person's name on both combo boxes. If creater is Mr X but he can't...
  9. C

    User Level Security in Access 2007

    Hi, during research i have found that in Access 2007 you can't create user level security, so keeping in mind i have created couple tables for users and security permissions but not sure how can i apply these permissions on whole database.... ??? thanks:confused:
  10. C

    Open a form through combo boxes

    hi, I have designed a main form which have buttons for about 30 different companies name to open, each button opens an individual company form. Now the comnpanies list is growing day by day so i want to create a combo box which select the company name and open the relevant company's form...
Top Bottom