Search results

  1. J

    How to pass a frame to a function

    hi Thank you for anwering guys, I just got back to work. Well basically I want to be able to pick the caption of the selection made on any group of radio buttons within a frame. so that i can tell the "name" of the selection made by the user. like for example in a frame called "Frecuency", with...
  2. J

    How to pass a frame to a function

    [RESOLVED]How to get the caption of a radio button with a function Hello guys, I hope you can give me a hand. I want to have a function that I can pass a frame to (a frame that contains a group of radio buttons), and return the caption of the button selected. Basically I have two problems, I...
  3. J

    problem merging Access to Word

    Hello guys, I hope you can help me with this one. I creaated a Word template with fields. I populate this template from an access form, using a "print to word" button with vb code. The template gets populated ok, picking up the data from a make-table. Te problem is that I can not save that...
  4. J

    Portable Front End

    yes, I have the same acces version. Ok, so I have done it the right way, I dont know then why some of my vb got corrupted. lets hope it does not happen again. Thank you
  5. J

    Portable Front End

    How to carry the db front end home I have a front end for my db. I would like to be ablo to carry it home to work on some modifications. What is the right way of doing that without creating conflicts? i can even carry the db too. What I have done so far, is I would make modifications at home...
  6. J

    how to use a form of another db

    DataMiner, could you tell me how to set a reference? I don't know how to do it, I searched and found nothing specific. Thanks
  7. J

    how to use a form of another db

    thank you, I'll look into it
  8. J

    how to use a form of another db

    I have several databases, and a couple of tables are linked from one db to another. The thing is from db A, I would like to also use a couple of forms of dbB. This is because in order to create a complete record in db A I need first to enter some data in db B. So i figured I would call from THIS...
  9. J

    can you use forms without starting access?

    My question is this. I have about 4 different databases, and for each database, i have 1 or 2 forms that i use frecuently. Can I have like a form of forms, where I can select this or that form, without having to go into each database and activate it?
  10. J

    Common Dialog

    thanks. I did look, you are better a searcher than me, that is for shure
  11. J

    Common Dialog

    can i add common control dialog to a form? I want the user of a form in access to be able to select where to save a report as a .rtf file. and I want him/her to be able to select where to save it using a common dialog (save as) box, is there such thing in VBA? the control is not in the...
  12. J

    Combobox Bound Fields Property

    thank you, that was exactly what I was looking for!
  13. J

    Combobox Bound Fields Property

    can a combobox have 2 bound fields? I use a combobox (with uses a query) to select from a list. The thing is that two fields are needed to make a record unique. I need to hold columns number 1 and 2. How can I do that? any suggestions? thank you:confused:
  14. J

    Sorting Problem

    I deleted the order by, and did it using the sorting window. I did it. Thank you. Now I have another question. So you can not use order by? does it have to do with the fact that I am using headers? I tried first to delete the data in the sorting window, and then when i tried to run the report...
  15. J

    form dont let me enter more records

    Never mind. The problem was that the "creation" of the key had to be done in another form. The normal flow of events have you do that. This record was "special" in that it did not need to be entered using that other form. Sorry guys, I did not created this d.b. and I dont know yet all its ways.
  16. J

    form dont let me enter more records

    I have a bound form that uses a query to get data from 2 tables, it had worked fine, but today I was going to enter record # 400 and it wont accept it. It lets me modify the old ones, but when I want to create a new one, the text fields dont accept new data, they keep blank. I press a key, and...
  17. J

    Sorting Problem

    wayne
  18. J

    Sorting Problem

    sorry Waine, I cant, it has very sensitive data
  19. J

    Sorting Problem

    yeap, i am sure
  20. J

    Sorting Problem

    I have this report, it is suposed to sort using three different fields, but it actually sorts using only the first field, and ignores the other two. Can someone tell me why? thank you select tblPlanInfo.lngPSINumb, tblPlanInfo.chrPlanLtr, tblPlanInfo.chrPlanName...
Back
Top Bottom