Recent content by VOLLEGAAS

  1. VOLLEGAAS

    Please examine this attachment

    User name Is it possible to add a username to that form and use the username in other forms (defaultvalue = [Forms]![passwordform]![username]? (default value for the field you want the username to come up in) It doesn't have to verify a username with a password but just check the password and...
  2. VOLLEGAAS

    Adjustable Text Box???

    Use CanGrow
  3. VOLLEGAAS

    Pull down menu

    The problem isn't that i can't display the project info the problem is that when i set the Unique Values to Yes it isn't possible to change records. Any help would be appreciated
  4. VOLLEGAAS

    Pull down menu

    This seems to be a complicated problem because i've asked this question in a number of forums, no one knows the answer. So if anyone has even the slightest idea of how this can be solved I would be vary gratefull.
  5. VOLLEGAAS

    Search value

    I've solved this problem, so if anyone wants to know how just post here or send me an email.
  6. VOLLEGAAS

    Pull down menu

    My problem is this: On a form in my db I've got a pull down menu that's shows which projects are being used. The problem is that 1 project can be up to 1000 records so the pull down menu shows the projectid 1000 times, when i change this so that it only shows it once i can't change the records...
  7. VOLLEGAAS

    Find What

    Is it possible to use a parameter in the find what section in a macro action find record? I want to be able to have a screen pop up where the user can fill in a value and the macro will search in the field that has got focus (Setting the focus by using GoToControl). Thanks in advance
  8. VOLLEGAAS

    Parameter query

    Thanks for your help, but i've solved it in a different way. The way i've solved it the query looks for the word you give as parameter in the whole field, not just the second word. This is how i've solved it: Criteria in query: Like "*" & [FIELD NAME] & "*"
  9. VOLLEGAAS

    Parameter query

    How can i get a parameter query to find records based on the SECOND word in that specific field. For example: The field "NAME" contains the first and last name, i want to be able to search for the last name (which is the second word in the "NAME" field. Is this possible and if it is how...
  10. VOLLEGAAS

    Switchboards

    DES have you got that same sample but one that is made in Acces 2000? I can't seem to get it working....... Thanks in advance
  11. VOLLEGAAS

    Search value

    On my form i have to be able to search in 3 fields (these are not editable). In the current situation you have to click in the field you want to search in and then use click the find button (made with the access wizard). Is there any way I can make a button that wil find values without having to...
  12. VOLLEGAAS

    Form search

    On my form i have to be able to search in 3 fields (these are not editable). In the current situation you have to click in the field you want to search in and then use click the find button (made with the access wizard). Is there any way I can make a button that wil find values without having to...
  13. VOLLEGAAS

    Recordset??????

    I've made a form on which you can select a value in a combo box. Then when I want to edit data in that form I get the message: Recordset is not updateable. What can I do to solve this or do i have to change everything (not a big problem just annoying). I've been looking at it for 1 hour and...
  14. VOLLEGAAS

    Users

    Is it possible to make a table that will keep a log of which user used the database at what time? If it is possible, HOW?!?!?!?! Thanks in advance
  15. VOLLEGAAS

    Front and back end

    How can I install a front end on more than one computer when the back end is installed on 1 computer or 1 server? Do i have to link the installed front end (that I will copy and paste on the other computer) to the back end (in an other way than access does it)? THANKS Steven :confused:
Back
Top Bottom