Search results

  1. Q

    help to start a project for school

    Sorry for misunderstanding but i work as Students Affairs employee and this report is asked from me . the thing is i do all my job on Excel but as you know it has limit not like access.
  2. Q

    help to start a project for school

    Sorry for every one to be newbie thank you for super polite language Mr NauticalGent . the thing is by the time needed to understand access fully the need of the " help " will be useless again i apologize sincerely
  3. Q

    help to start a project for school

    hi i did the relation and the form like shown before but when i choose the code to enter it in the main table it does not work it say " it cannot be edit it bond to expression " this is the relations i appreciate any help ;)
  4. Q

    help to start a project for school

    hi the main idea that i have user form to start my main table , i will choose grad then it will make filter to all student in the same year then it will make filter to all subject of that year then it will give me pre-entered codes related to that subject and each of these code has multi papers...
  5. Q

    help with continues form

    this is a screen shot so what is the sloution for this
  6. Q

    help with continues form

    you find it in the form property default view you can choose either single or Continuous or split .:banghead:
  7. Q

    help with continues form

    yes , find it in Activex control then you choose Microsoft web browser
  8. Q

    help with continues form

    i am using access 2013, and the url filed type is short text
  9. Q

    help with continues form

    hi first,i have table contain three filed 1-name 2-url 3-date i am making continues form but i have web browser activex object but it do not show the url unless i activate the record ( clicking on the record ) ,how to make all record show it url simultaneously. second, in this continues form...
  10. Q

    resize online image to fit web browser

    hi i have web browser in form and it is connect to fields . the problem is that not all the images in same size so i want to fix the web browser,and resize image size automatically to fit web browser size this is my try : Sub Test() Form_sheet1.Show...
  11. Q

    how to make grid view

    let me tell you the truth. your are master i truly thankful for your work , and i wish best luck for you .
  12. Q

    how to make grid view

    this is my data base i want the photo to be shown and the name of the movie the photo from link in photo field may be in a web browser and line 3 : lets consider it as nothing because you better in writing codes again i appreciate your effort :D
  13. Q

    how to make grid view

    let me tel you the truth , i think myself as VBA modifier not as code writer :( so i will be pleased if any one could write it : it will be in the form for each record in the table make webbrowser and name to the end . again i appreciate your help
  14. Q

    how to make grid view

    but this file is not automatic , i have to make each item . i want the grid to be generated automatically, like continuous form but virtually and horizontally i appreciate your caring
  15. Q

    how to make grid view

    hi everyone i have a data base with movies name and a web link photo and i want to make form shows it as grid view is that possible ?? best regards like this
  16. Q

    code for copy filed from table to another

    Ok i have a data base with two table one call mtable another call track and both are related . and both have field with name watched there is also in mtable a field with check box call track-it i want if i check this filed the vba code will copy data value from mtable to track table the...
  17. Q

    code for copy filed from table to another

    i made a form with check filed i want if i check this filed it copy filed from table1 to new record in table2 i made like this Private Sub track_BeforeUpdate(Cancel As Integer) If Me.track.Value = True Then Database.Form_Mtable.Watched.Value = End Sub any advice plz
  18. Q

    macro does not work

    i have many table and two of them has the same filed name i tryed to make macro that update time for particuar one but it does not work why ?? every time it runs it ask me to stop run all macros :mad:
  19. Q

    How to "Digitally sign your macro project" ?

    go to vba tools-> digital signature -> choose but i do not know how to make one
  20. Q

    question about cope vba

    yes you are right i have two tables each one has watched field. the idea is when i check the trace field it will copy episode number and it's date from mtable to track table every time i change the value in the mtable of course with keep en it in the mtable
Back
Top Bottom