Search results

  1. M

    Line number

    I have created a report, but would like the line number next to each records, so if the report shows 9 records then obvioulsy 1 to 9, or whatever this may be..... So what i have done is but this code within the detail_format Public Count123 ' i put this above the private sub for...
  2. M

    Pink bloke holding a torch...icon/logo

    Trying to find the name of program, that i beleive monitor the web activity on a computer, but all i get out of the person who is using the computer is that the icon/logo is a pink bloke holding a torch. Would anyone be able to tell me what program this is, i would very much appreciate it...
  3. M

    Time Issue

    how would you go about displaying hundreths of a second in the time/date format. The only way i can think is a have a seperate column to display the hundreth value, and then joining the 2 fields together in a query - but if i wanted to find out the time difference between 2 values in a table...
  4. M

    Employee Absense/Holidays Database

    Hi all, I am stuck where to start and wanted some advise. I want to create a database that captures whether employees are late, sick, holidays etc. So i would have a list of employees, then create a new records in another table to store what type of reason it is, (late, sick, holidays etc.)...
  5. M

    ODBC Links

    I have a way of changing what database i am looking at within a SQL server. The issue that i am having is that everytime i load up the access file it keep on asking me for a username / password. Is there anyway of stopping it doing this. When i have done the original link, i asked it to save...
  6. M

    Re-Link an SQL database

    What i am trying to do is change the sql database that the access file is linked to. I have done this before using dbase file, but i am unsure how to re-link to an sql server. I have a path of the database of:- MSSQL: DB_NAME: dbo: I have a file that is linked to access file that gives me...
  7. M

    Password protect a form

    Is there a way to password protect a form. This is due to me having to send a mdb file, because i use A97 and the other end use A2000. I tried sending the mde file but they could not convert it etc. But i want to stop them getting into the code, you know how protective we are. I want to hard...
  8. M

    Format Reports

    What i require is when a field (text0) within my report is a certain value lets say either IsNull or equal to 1 then i want to alter the text and field displayed in another text box, lets call that Text1 I know you can alter the background colours etc, but i can not seem to find a way to alter...
  9. M

    Page Breaks

    is there a way in A97 to insert a page break into a report to where i would like it. Many thanks
Top Bottom