Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Raksaus

  1. Raksaus

    Deleting records

    I have a SQL-server database and the interface is done with access. Now I have a problem with deleting a record. I have linked tables and the program won't allow deleting a record that has information with information in theese tables. How can I delete all the related information also? The...
  2. Raksaus

    My form changes the record

    I have a form with a subfrom that I open from my main form. I open it the way that it only shows information related to the record that is shown in the main form. I've eliminated the navigation buttons but I noticed that if you press "Tab" so many times that the the focus has been in all of the...
  3. Raksaus

    Filesize increases when pictures are added

    I have a problem adding pictures in my database. I add the pictures with command(I think made the application last summer and now I'm doing maintenance for it) DoCmd.RunCommand acCmdInsertObject And everything goes well otherwise than the fact that the filesize of the database has got...
  4. Raksaus

    How to prevent users from opening properties window?

    I don't want the users to be able to open the properties window in my interface and I don't know how to do that in Access. Can anybody help me? Thanks in advance Antti --------------------------------------------------------- Press any key to continue. Press any other key to quit...
  5. Raksaus

    viewing the same record when shifting between different forms

    This is the way I do this thing. If I understood your problem correctly. The problem with this is that when you open a the second form you only get this one record as the recordset. So you can't move to a different record in the second form. Dim stDocName As String Dim stLinkCriteria As String...
  6. Raksaus

    Resize Open Form according to Desktop settings

    How Do I do that in code? Atleast me.borderstyle = 1 or me.borderstyle = thin doesn't seem to work?
  7. Raksaus

    Resize Open Form according to Desktop settings

    Thanks guys, you solved my problem with docmd.restore comand, but now I have another problem. I set the size with docmd.movesize comand and after that I use the docmd.resetore comand. How can I prevent the user from resizing the window? My forms are quite small so they should fit to all...

Part and Inventory Search

Back
Top