Search results

  1. R

    Master Name Index

    I have a relational db with several tables in it. Each of these tables contains controls for people's names. I need to build a master name index that returns the results of all names in the tables based on a search. I tried to do this in a query but only the tables that are linked come back...
  2. R

    Grouping or Subreport?

    I have designed a report for printing based on multiple tables. This Main report contains two subreports that are linked by main report number. The sub reports are based upon tables and again are linked by main report number. When there is data in all of the reports for a particular record...
  3. R

    Forms "on-the-go"

    I have a database for multiple users. This database resides on the network system. However, most of the users are in the field with laptops. I want to copy the database onto all of the laptops (about 15 total) so that the users in the field can input records. However, I dont know how I can...
  4. R

    input mask in VB

    Someone helped me a while back with password protecting a form. It worked great. But I need to know if there is a way to block out the typed-in password (such as **** with input mask). It would be easy if it were in a table but it is not. Anyone able to help me out again? Marty
  5. R

    flat file to relational - possible?

    I have a db I made for work. It is a flat file db that users can enter records. On this flat file db are several fileds that are used to put names, addresses, phone numbers, etc. I built the table using name1, name2, etc, address1, address2, etc. There are five of these. I built this db a...
  6. R

    using a form to fill in a text report

    I have a report that contains mostly text with only several fields. I need to fill in address information that is not stored as data in the database. I have created the form using a specific table as its record source and then created unbound text boxes. The drawback is that the text boxes...
  7. R

    pulldown menu criteria

    I need to build a query for a report using values in a lookup field. Is there a way to use the same lookup values to enter into the criteria without having to enter each one separately? Marty
  8. R

    password protect a form

    I am looking for a simple way of password protecting a form in a database. Any suggestions?
  9. R

    passwords on forms

    I need to create two similar forms using data from the dame table. However access to part of the data on one form needs to be limited. I am not interested in user groups or permissions, just a simple password protect on one of the forms. I can't figure it out using a macro and VB is beyond my...
Back
Top Bottom