Search results

  1. E

    textbox activated

    Hello I have a textbox where should be entered number 1 or 2 or 3. For each one of this number a regarding textbox should be activated For example if I enter in maintextbox number 1 then firsttextbox is activated If I enter number 2 then secondtextbox is activated Is this possible to write in VBA?
  2. E

    Option Box

    Hi I have optionbox with 3 options related to 3 textboxes. When I click first option first textbox activates the others disabled When I click second option second textbox activates the others disabled When I click third option third textbox activates the others disabled How ca I write code for...
  3. E

    ID related

    How to add data in access in many tables id related?
  4. E

    Same data

    Which is the best practice for building tables if i have mother and father in the same table and for "mother" and "father" I have similar data like place of birth,nationality,birthday?
  5. E

    Tabbed form focus

    I have a tabbed form.My problem is that moving from page to page I want the top of page to be always seen but for now in pages with more data I have to move with scroll bar to get to the beginning.How can I adjust this?
  6. E

    Pages of tabbed form

    Hi I am using a tabbed form. Is there any way how to customize the look of buttons(form,color) used to indicate page1,page2,......? Thx
  7. E

    Picture form background

    Using Access 2007 I want to use for my forms an image as background. Is this possible?
  8. E

    Form template

    Hi. In Access 2007 I designed a form and I want to use it as template for my existing forms.Is this possible and how?
  9. E

    Tabbed form

    Not quite sure how the records are saved if for a person data is entered in different forms.Each of them is placed in one page of tabbed form.I need at the end to save this data as a single record and not to lose them when I go from one page to the other Please help!
  10. E

    Form only

    Hi I have a tabbed form and in every page I have pasted forms that I created separately.In order for them to seem pretty I want only the controls to be shown without record navigation and left pane for new record.Is this possible?
  11. E

    Infections

    Hi My form is a checklist(Yes/No) of infective and chronic diseases that patient can have.Except the most common problems I have a field for specifying the name of disease if it is not listed.Do I have to create a separate table for chronic diseases and a separate table for infective...
  12. E

    Expression Builder

    Hi I am working on a patient database. I have three tables RiskFactors,Types,Dictionary. At RiskFactor table I have field name AbortionType,at Types table I have field Name AbortionType and at Dictionary I gave two fields like StandartType and Assisted type which has the same type id as...
  13. E

    tabbed form

    yes u are totally correct in what is my problem now which will be a smart solution for saving data in a correct flexible way?
  14. E

    tabbed form

    Hi Im creating a patient data tabbed form. My problem is saving data when you pass from one page to other because this data belong to the same patient.Is kind of confusing for me. Any help?
  15. E

    Form inside

    Hi. How can I add forms inside pages of a tabbed form?
  16. E

    Textbox info insert

    Hi I have a form with text boxes.I need to enter info from these text boxes to more than one table.How to connect the form with more than one table to make possible this insert?
  17. E

    form inside tabbed form

    I have a tabbed form. Is it possible to create a form by wizard inside pages of this tabbed form? Thank you
  18. E

    Common used properties

    I have some default properties(fonts,colors) that I like for my labels and controls.How can I manage to create some quick access toolbar in order not to chose every time for each of them these properties?
  19. E

    Public/Private

    For a medical center I have in my form a checkbox Public/Private. How should it be mirrored in the table Clinics? I mean is ok if I have a Field PublicClinic data type yes/no and which is the control source for the checkbox? Which is the best practice for this case?
  20. E

    Tabbed form

    I have a tabbed form which has to be connected with more than one table or source control.How can I make possible this?
Back
Top Bottom