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.
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
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 ;)
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...
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...
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...
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
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
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
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
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...
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
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:
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