Search results

  1. T

    Filtering Question

    Hi, I am new to the filter property. How do u use them? Looking at the help assistant, it give the example of me.filter = "Country = 'USA'". Shouldn't it be [Country]= "USA". This does not work at all. Can anybody highlight to me? Thanks in advance.
  2. T

    Calling a .bat file

    I got compiler error on the <&gt. The error says it expects a Then statement. Can anybody help? Thanks in advance.
  3. T

    need help in running 2 runapp in macros

    Hi, I need to run 2 batch files in MSDOS when the user run the macro in Access. The first runapp will copy all the files (at least 2 files) from floppy to a directory in c: drive. The second will decrypt the information and move it to a second location. However the seond runapp (decrypt)...
  4. T

    select using Combo box but prevent editing?

    Thanks. That is a prettey good solution!
  5. T

    select using Combo box but prevent editing?

    Hi, I am using the combo box in a form for selecting a report to be printed out. The source is a table with all the report names stored. I would like to prevent users from changing the data and yet they can can click on 1 single report they need. I cannot disable the allowedits in the combo box...
  6. T

    Add record in a nested tab form

    Hi, I have two tables created and link in a one-to-many relationship. I have created a tab form (for table 1) and in one of the tab pages, I have a subform with a second tab control in it (for table 2). So far it is displaying the correct data from these 2 tables. Now when I were to click a...
  7. T

    Putting a Graph in form

    Thanks. It works great!
  8. T

    Putting a Graph in form

    Hi, I would like to display a graph in a form along with the fields from a table. The user will be allow to update the table and the graph will be updated. So far I am able to display the graph on the report but I cannot find a way to display the graph on the form. Can somebody help? Thanks in...
  9. T

    Data Entry on a Form with Tab Control

    Thanks Joe, It works great! Taurus5
  10. T

    Data Entry on a Form with Tab Control

    Jumping back to new tab form entry after update Hi, I have created a 4-tab form. After entering the last field in Tab no 4, I would like the program to start a new data entry in Tab no 1 after updating the last the last record (when user press the enter key). Appreciate your help. Thanks.
  11. T

    Changing background color of tab form

    Hi, I have design a form using the tab control. I need to add in color to make it more professional. Is there a way I can do it. I realised the filled /Back color icon is faded in color in design view. Appreciate any help in this. Thanks.
Back
Top Bottom