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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sardamil
  • Content: Threads
  • Order by date
  1. Sardamil

    Do until loop not working

    I'm creating a macro in excel. One of the tasks of the macro is to replace the value in a cell, until it reaches a cell with a certain value. I keep getting this message however: "Run-time error '1004' : Method 'Range' of object'_Global' failed" ' Select cell A22, *first line of data*...
  2. Sardamil

    Running a module from a button in a form

    I'm making a small database to help a friend. In this database he needs to track customers and their appointments. For this I created a form to enter custumerdetails and appointments. Both are added to their respective tables using a macro. The customernumber is an automatic number of the table...
  3. Sardamil

    update not working

    I'm trying to update a field in a table using a radio button. For some reason it's not working and I've no idea why? Can anybody help me please? Posting the login.php too as I think that might be relevant. login.php <?php //Betekent dat er met sessies word gewerkt ob_start()...
  4. Sardamil

    width only applied to first row

    I set the width of the cells in my table to a fixed width. For some reason it's only applied to the first row and not to the next rows. Can anybody tell me why that is? // de table beginnen echo ' <A HREF = logout.php>Log out</A> <table> <tr>...
  5. Sardamil

    Parse error

    Sorry to bother you with this, but I've been staring at this code for a few days now and can't find where I went wrong. I'm very new to php, so it might be something basic. Hope you won't mind helping me out. Parse error: syntax error, unexpected $end in...
  6. Sardamil

    opening an external link in the content div

    I've taken over the website of my soccer team from a player who's leaving. I decided to get rid of the frames and re-do the site. Now I've come across a problem I can't solve. It's probably something simple, but I don't know how to do it. The site has a guestbook, which I want to keep. I just...
  7. Sardamil

    change import location

    In my import script I've got several lines like this: DoCmd.TransferText acImportDelim, "ABNTB002 Importspecificatie", "ABNTB002", "l:\tool RVS\ABNTB002.txt", True, "" I would like to change the import location to be able to import files in any directory, ie the directory the database is in...
  8. Sardamil

    Delete using value from form

    I'm trying to delete records from a table using a selected value on a form. I get an error when running this statement. The messagebox says "parameter missing". Must be a syntax error. CurrentDb.Execute "DELETE * from [Journalisering BG 09] WHERE ((([Journalisering BG...
  9. Sardamil

    Start modules from a form

    I feel stupid having to ask the next questions, but I tried to find a good book and searched the web, but couldn't find the answers I seek. Hope this doesn't look like I'm spamming tek-tips. Like I said in my previous question, I'm new to vba in access. In my tool I have several (a lot really)...
  10. Sardamil

    Compact in VBA

    HI, it's been a while since I last visited tek-tips, but when you don't know what to do, visit tek-tips. I'm a tester and supervisor of software for a pension fund. To help make our life a little easier I started rebuilding a tool in access. I did it before, but after a few years without...
  11. Sardamil

    windows to mac os

    I'm not sure if this is the correct forum to ask this, but I'm going to ask anyway. If this post doesn't belong here, please move or delete it. This is my problem. I have some files on my computer that I need to share with a friend. Problem is that he has a mac and I'm running win xp. I'm not...
  12. Sardamil

    Calculate difference between times in excel

    I'm trying to calculate the difference between two times in excel. Usually that's easy enough, but now I have to calculate the difference between the times of two different days. Here's exactly what I have to do. Sombody starts working at 7 pm and finishes at 2:30 am. If I try it the regular...
  13. Sardamil

    Auto resize browser window

    I'm sorry to have to ask this. People have been asking about this a lot, but I didn't find what I was looking for. I want to maximise the browser window, regardless of browser or resolution. Can anybody help me with a script that makes this possible?
  14. Sardamil

    Another scrolling text question

    I know that many people have asked about scrolling text before, but I still need your help. Here's my problem. I want to have a single line of text scrolling from the right to the left side of the movie. I also want it to be continuous and seemless. So far I did manage the scrolling of the text...
  15. Sardamil

    sound and buttons

    This is probably a very stupid question, but how do I add a sound to a button? On mouse over or down (not sure) I want to play a sound, but don't know how to do it. I'd give you the URL to my site, but there's not much to see yet. Btw. I'm also looking for a good celtic soundloop, so if...

Part and Inventory Search

Back
Top