Search results

  1. D

    Record Finder

    Hi Paul, Thank you for your reply. In the form FormFind I want to make choices from the combo boxes and regarding to those values I want a list in the list box under the combo boxes. For some reason it does not work... Thank you for your time again...
  2. D

    Record Finder

    I have made a simple record finder form into a simple database. But it is not working. Can you check why it isn't working? Thank you very much...
  3. D

    Greyed Out Objects

    Thank you so much. I got rid of them now:)
  4. D

    Greyed Out Objects

    Some of the tables' names are as below: MSysAccessStorage MSysComplexColumns MSysRelationships MSysResources
  5. D

    Greyed Out Objects

    I have greyed out objects in my Access database. I didn't create them and don't know what they are. I tried to delete them but couldn't. Why did they come to my database -or they were already there but now they are appeared- and how can I get rid of them? Thank you very much...
  6. D

    Fixed Fields in Forms

    Hopefully this time I could uploaded it correctly... When you look at the GeneralData form there are two fields that I don't want them to be chanced for every record. Because the provider will be the same for maybe 10-15 records. So does the funding stream. How can I keep them fixed unless...
  7. D

    Fixed Fields in Forms

    thank you for your reply gemma. i attached my database to make it easier. in the database when you open general data form funding stream and provider fields needed to be fixed unless changed. i used after update event procedure code: Private Sub Combo35_AfterUpdate()...
  8. D

    Fixed Fields in Forms

    Thank you Alan. Since I don't have any code knowledge that code you wrote is quite complicated to me. Which parts of the code should stay fixed and which parts should I change to make it suit my database? And where should I write this code? Thank you very much...
  9. D

    Fixed Fields in Forms

    Hi, I've been creating a database. I prepared forms to enter records. In these forms there are many fields. I want some fields to stay fixed while going up to next record unless changed. How can I do this? Thank you...
  10. D

    Drop down menu

    Hi, I have a table with questions and answers. I want the answers to be selected from a drop down menu. The problem is that for each question the answer options are different. That means I need to prepare different drop down menus for each question. Can anybody give any idea how to do it? I've...
  11. D

    A simple question

    I found my mistake ...I wrote criteri instead of criteria for the color Amber... Thank you for your time...
  12. D

    A simple question

    Thank you for your reply. I have already done what you suggested. Form/Query/Conditional formatting. But with the conditional formatting I realize that you can only color the field that you are on. What I want isthat when Criteria field is chosen as A then I want the Rating field to be Green...
  13. D

    A simple question

    Hi, I have a very simple access database to ask you guys how to do this: I want my Rating Field to be Green when Criteria is A Amber when Criteria is chosen B Red when Criteria is chosen C Purple when Criteria is D. I have attached my database as well. Thank you very much... Deniz
  14. D

    Form with fixed fields

    I think I have found the answer of my question. Access works both ways. Your code works very well now.. Thank you ever so much... Deniz
  15. D

    Form with fixed fields

    Thank you very much for your help Mihail... I think I'm doing something wrong. I want to use the form as data entery sheet and want to capture the data in the table. Is it how it is intented to work or is it the other way around? Because first the code you gave me seemed to work but when I...
  16. D

    Form with fixed fields

    Can you explain it a bit more? I couldn't decide where to write it. Thank you Deniz
  17. D

    Form with fixed fields

    Yes that is what I want to do...
  18. D

    Form with fixed fields

    Thank you for your reply Dale. Actually my form is just one page. It includes drop down answers for some questions. It will be filled in behalf of some providers and for some providers it has to be filled in maybe up to 5 times. So I put a provider name field in the form. My friends don't want...
  19. D

    Form with fixed fields

    Hi, I'm very new to access and need to prepare a form for the colleagues. They want me to keep some fields fixed until they need to change them. For example for the first 5 pages of the form they want the company name to be fixed... Can it be done? I'm sure it can but I don't know how? So any...
Back
Top Bottom