Search results

  1. L

    Public variable problem

    Many many thanks for taking the time and replying. When the form is opened, I calculate a variable on the form Load procedure using a defined function, Like this : A = Function(???) Variable A is declared in the form's declaration section : Public A On the form, I have a Text box which I...
  2. L

    Public variable problem

    Thanks for the reply. Yes I need the variable on the same form. I forgot to mention my windows is 7 but access is 2003 , in which I wrote the program and it works fine. I checked the program on a system using XP with 2007 and XP with 2010, also on a system with 7 and 2010. In all of them the...
  3. L

    Public variable problem

    I have declared it on the form. The interesting part is, it works without any problem in my system but it does not work on the other.
  4. L

    Public variable problem

    Dear All, I wrote a program in Access 2003 and it works perfectly on my computer but when I run it in another one , there is a problem. The problem is : on a form Ioad I calculate a value and I declared it as public. I need to use this value in my form but it does not recognize it. As if...
  5. L

    protecting tables from Importing

    Thanks for the replies. I did your suggestion (BE, FE) but still they can access to the tables. I have an accounting program which is written in Access and they did set a permission on it which prevents the user from accessing the tables but as much as I read and tried I still can not do that...
  6. L

    protecting tables from Importing

    thanks for the reply. can you explain how I can separate front end and the back end? Cheers
  7. L

    protecting tables from Importing

    Hi there, I developed an access2003 program and I made .mde file from it. It works fine and no one can access the tables. BUT when the user creates a new DB in Access and imports from my file then he can have all the tables. Is there any way I can prevent this? Cheers
  8. L

    Writing Code to find text in specific field

    VbaInet, thanks again, but this code searches a string inside a text. I need to do like "find and replace" form in access. It searches inside a field where the cursor is. Cheers
  9. L

    Writing Code to find text in specific field

    Thanks for the reply, This is no what I need. I would like to design a form exactly like the "find" form which access has. It searches in the field on your form where the cursor is. Any idea? Cheers
  10. L

    Writing Code to find text in specific field

    Hi everybody, Can anybody help me on this one? I want to design a form to do the search job as the access "Find" form. For example, in a form 5 fields are displayed. I want to search in a field which the cursor is in there. I need another form which I can type the search string and finds...
  11. L

    Showing .gif (animation) picture in a form

    Thanks for the reply, Actually I need to put a .gif file which itself animates on a form. The method you suggested is for running an .avi file. Thanks again
  12. L

    Showing .gif (animation) picture in a form

    Hi everybody, When I insert a .gif (animation) file, it only shows the picture but there is no animation. Can anybody help on this? Cheers
  13. L

    Problem with duplicate

    Hi everybody, I am new on this so bear with me. I have a table which has two fields one is person's name and the other is a code. name code smith 1001 John 1001 Now when I use a combo box to show the "name" field but the bound column is set to the "code" then the...
Back
Top Bottom