Search results

  1. F

    MS access records to MS word

    Its a start :) thanks for your time. Frank
  2. F

    MS access records to MS word

    thank you ,but I can not find any code there that starts me up Its like I can not see the trees in the forest ,if you know what I mean
  3. F

    MS access records to MS word

    Hi , I want to export specific record form a form to word. Something like : I open a form with a adres, I select the adres and with a button word opens with the adres in the header. How do I start with this in vba? can somebody help me with this I am learning my way in access. thanks in advance
  4. F

    Linking A Combobox To A Form

    Ok, I found out how to do it myself The listbox has a variable that called defaulvalue when you do this in VBA me.listbox.defaulvalue = IDform and then refresh you got the effect that the listbox scrols with the form You can place this on a event
  5. F

    Linking A Combobox To A Form

    thanks for your answer. Its indeed a nice way to do so. But that leaves me with my open question. How can i control from VbA my combobox? I want i to go to a sertain record I am getting the fun proggin in access :)
  6. F

    Linking A Combobox To A Form

    I know what you say, but the combo box is a sort of quick searchbox. And when you see the screen its more confusing when it is not scrolling with eachother. How do i write the code in the form. I am searching how I must control te controlbox, but .... Can someone help me find it out
  7. F

    Linking A Combobox To A Form

    linking combobox and form and visa versa Hi I am new to this forum, so I give it a start :) I hope you forgive me my bad english. I have a form with a combobox that is linked to the form the list in the combobox is from table1 the form is also table1 When I select something in the combobox...
Back
Top Bottom