Recent content by Mido

  1. M

    Hyperlink question

    look at this example http://www.access-programmers.co.uk/forums/showthread.php?t=97787&highlight=browsing u can actually do something similar to the browsing option (in the form fScanDirSelectFileFromTable in the example database) to let the user browse the jobs folder but without using windows...
  2. M

    Relationship problem

    I'm sure u set the StudentID in the students table as a primary key. Go to the table deisgn for the Students and for the class_attend tables and change the data types of the StudentID feilds in both the tables to "Text". The way you set the primary key affects the type of the relationship (one...
  3. M

    Relationship problem

    obviously i see that you r trying to make this relationship between the two StudentID feilds......what data types did u use for the StudentID feilds in both the tables ?????
  4. M

    Report Window close, min, max buttons dissapear

    about how to remove the other choices i failed to code it i dnt knu how to do it how did u disable the main close button of the database?
  5. M

    Report Window close, min, max buttons dissapear

    the close min max buttons r displayed in the menu bar (the one where there is file, edit, bla bla bla.....) how about if we write a code that shows the menu bar but removes the menus from it so that it will just be an empty bar but it will include the close min max buttons
  6. M

    Report Window close, min, max buttons dissapear

    i have the same problem as well as i used the same code at the startup of the database. the solution is to have another code at the start of the report that enables the report preview toolbar (because it has a "Close" button). but i dont know exactly wat code should be used
  7. M

    Lock a field

    according to my understanding of your database i think what u need to do is dont set a control source for the combo box this will not allow it to edit the information
  8. M

    Passing a date variable to anaother form

    Im not a pro with passing variables. this can b done by using a code in form2 like me.label.caption=forms!form1!button.caption
  9. M

    Form Open

    well, u can use sumthing like if and then statements to open the form u want
  10. M

    Number to Time Conversion

    convert a number to time there you go ;)
Back
Top Bottom