Search results

  1. M

    Faxing a form with send object.

    i have a form, every post on this form is connected to a deliverer in a table, every deliverer has a faxnr. I want to be able to push a button on a form and it will fax the form to that deliverer, how woud this be done? Ive checked that microsoft page about send object and stuff but i dont get...
  2. M

    the search function

    any way to set the searchfuntion to only search for part of the word as standard? or is it any other way to make a search function where u can write like 133 and get all the numbers starting on it.
  3. M

    Fax

    Need to be able to send a fax in access using a number it picks from a table. i dont have the faxmodem on my computer so i need to know about how it works.
  4. M

    Opening a form, that u cant write in?=)

    the answear probably is here somewhere but as i dont know what the word for a protection where u cant write is in english as i have a swedish access. i found it when making a macro but who wants loads of macros when u can use VB. so whats the code for opening a form with writing protection?=)
  5. M

    Center form when maximize

    When i make the maximized on opening by docmd.maximize, coud i get the form centered too? right now im just adding form space on the leftside so it comes somewhere in the middle but if somone has a diffrent ressolution then it wont work as well.
  6. M

    Setting groupboxvalue

    well.. i have a groupbox and i want to take away its value or change its value throu code. when i try to make a simple. groubox.value = 0 i get that i cant give a value to a groupbox. anyway to to this?
  7. M

    Making text visible

    got 2 radiobuttons and i want the text further down the page to show or not show depending on the value on the radio buttons. I have tryed making an IF, but it doesnt want to update when i change post, or when i start the form, the radio button get the correct button according to the table but...
Back
Top Bottom