Search results

  1. D

    Refer to a table value though form

    but when i do this i can't write to the fields at my form. :confused:
  2. D

    Refer to a table value though form

    i have already set the Record Source to another table but i want to use some values from more than one tables. Is there another way to do this?
  3. D

    Refer to a table value though form

    How can i refered to a table value through a form? Thank you!
  4. D

    Fields from diffrent tables in one form

    the reason i want to have all the values in one form is because i have a form event (before_update) with code builder (Me.x=Me.y where x and y are in diffrent tables). is there another way to assign values from one table to another?
  5. D

    Fields from diffrent tables in one form

    Hello all, If i have a query as a Record Source of a form then i can't write to the fields i want, only if i have a table as a Record Source i can. Any suggestions why might this is happening? How can i add fields from diffrent tables in one form? Thank you in advance!
  6. D

    Create a calculation formula

    Based on some fields of my form i want on submit to get a calculation result based on a formula. I guess i must create a module, but i haven't write a module before so i don't know how. Any suggestions? Thank you!
  7. D

    Changing value of a field on update

    It works!:) Thank you!
  8. D

    Changing value of a field on update

    I have a form in MS Access and i want when the users modifies data of tis form the field EntryDate(in the table) to get equal to Date()(todays date). I guess it's easy to be done but i have no idea of VB ... I will be gradefull to any suggestions. Thank you in advance!
  9. D

    Query based on duplicates fields

    ...how can I create a duplicate check query from wizard?I didn't find such an option.
  10. D

    Query based on duplicates fields

    maybe some stupid questions.... How can i create a query based on duplicates values of a field? and another question... Is it possible to create a query based on the sum of some fields? Thank you :o
  11. D

    Menu bar + hide my db

    How can i create a menu bar and hide my database in order the users enter the forms from the menu bar? Thank you!
  12. D

    Problem with showing data

    I get all rows but in some fields of these rows i get empty spaces, even though I get these fields at the query. (and yes the report's recordsource contains the right query name :) )
  13. D

    Problem with showing data

    I have a report that gets data from a query. When i execute the query i can see all data but when i execute the report same data are missing. Any suggestions in what may be wrong? Thank you!
  14. D

    Import data

    Can i import just the data of a database(not the whole tables) to another database? (Both databases have the same tables, fields and relationships) I want to merge 2 databases is it possible? The databases have a lot of tables and relationships it's not simply a table. Thank you :)
  15. D

    Values from comboboxes at reports

    I did it with a query and worked.... tnx :)
  16. D

    Values from comboboxes at reports

    I have a report of a table in which some of the fields are comboboxes with values (etc 2,3,...). These values are attached to values in antother table.(etc 2->User, 3->Admin...) If i want to have a report with the User,Admin values (of the given record)instead of 2,3 how will i do it? Thank...
  17. D

    Security Issue

    another stupid question.... how do i do all these? :o
  18. D

    Security Issue

    Thank you guyz! This is what i did and worked in case someone else has the same problem: I added a new field for password and when a user tries to open a form, he enters his password and the form is retrieved from a query based on password. It was simplier than i thought ;)
  19. D

    Security Issue

    I have a database in which a lot of people are inserting data and everyone can have access in all records. I noticed that some records are changing so i want to add security control to my system. Is it able to prevent one user from editing other users records?What i mean is to have only one...
  20. D

    Activate tab button

    Thank you all! I used the TABINDEX property and i fix my problem :)
Back
Top Bottom