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: ziwacky
  • Content: Threads
  • Order by date
  1. ziwacky

    Form freezes first time Access in opened

    Does anybody has any ideas to this? Ever since I got a new machine here at work, I am having problems with a database that I didn't have before and I'm clueless what could be causing it. This db has forms and when you open the database the first time you click on any of the forms it seems like...
  2. ziwacky

    List rowsource at runtime

    Hi, Is there a way I can know or see the rowsource of a list or drop down list at runtime. I have two drop down lists. One with names and the second ones have records attached to those names. I have set a rowsource for the second list at design time that will change depending on the selection...
  3. ziwacky

    Out of memory issue

    Hi, For some reason my system is running out of memory. I'm a very non-techie person and I am not even sure where to start looking. What is happening is that when I run Word if I try to do anything like Print... or Page Setup... or Format Picture... it tells me that "System is out of...
  4. ziwacky

    Clock/Time Active Control

    Hi, Does anybody know if there is out there any clock/time active control. What I'm thinking is something similar to the calendar activex.
  5. ziwacky

    looking for a table in the tabledefs collection

    Will someone know the why of this one. I am importing a table using docmd.transferdatabase. If I loop through all the tabledef in my tabledefs collection, sometimes I can see the new table included in the list, and sometimes I don't. Mostly I don't and I need to see for what I'm trying to do...
  6. ziwacky

    open a database programatically

    Can I open another database programatically so that user will have two instances of Access open. What my program does is that it executes some changes in another database and I want to avoid the user to have to go and open the new database to see the changes reflected. Can I write my code so...
  7. ziwacky

    Exporting excel sheets

    I'm trying to automate an import from an excel worksheet and got to the following. You know when you use the import wizard for an excel workbook, that if you have more than one worksheet on your file it gives you the option to select which worksheet is the one you want to use. Cool. That is the...
  8. ziwacky

    Function that tells if string entry is a file

    Hi there, Is there any function that will tell me if the user entry (to a textbox, so it is a string) is a file. Maybe something like IsFile(txtFile). Thanks, Z
  9. ziwacky

    User not seeing search result

    I have this specific user that is not being able to see a search result. It had been working fine until 2 days ago. This is what happens. He enters the criteria and when clicks on Ok page seems to refresh, "Done" appears at the bottom of the screen but nothing happens or shows. THis is...
  10. ziwacky

    Is there any "end of file" function in CF

    Hi guys, Hey, is there any "end of file" function in CF. Or is there any other way to know that my recordset has reached the end, and that I don't know of? I haven't been able to come up with anything. Any ideas?
  11. ziwacky

    Named Anchors

    How do one implement a &quot;named anchor&quot; in coldfusion to make sort of an index for a page. I know you need this: <a href=&quot;#YourFirstIndex&quot;>First Index</a> . . . First Index <a name=&quot;YourFirstIndex&quot;></a> I am using a variable, instead of 'YourFirstIndex'...
  12. ziwacky

    Named Anchors

    How do one implement a &quot;named anchor&quot; in coldfusion to make sort of an index for a page. I know you need this: <a href=&quot;#YourFirstIndex&quot;>First Index</a> . . . First Index <a name=&quot;YourFirstIndex&quot;></a> I am using a variable, instead of 'YourFirstIndex'...
  13. ziwacky

    How to let user browse for a folder.

    I've been trying to search, with no luck so far, how to let user browse for a directory. That's it. Just the directory. I have routines that can search for the file (like the Microsoft Common Dialog, and the GetOpenFileName) But these take the user to select filename. All I need is let user...
  14. ziwacky

    onChange event

    I have a text field with which I'll like to update field fld_Email in table tbl_Member. The text box has a unique name composed of 'Email' & MemberID. So, if MemberID = 1, textname = Email1, if MemberID = 2, textname = Email2, and so on. <br><br>I want to use a function (JavaScript) that updates...
  15. ziwacky

    Inserting date into Access 2000

    I have a field(FundDate). if left empty, I want to update record with a null value, otherwise the date entered. <br><br>I was told I need to type 3 ###'s so it will recognize it, but just don't work. <br><br>Update Table<br>&nbsp;&nbsp;Set<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FundRaiserDate =...
  16. ziwacky

    change list item

    How do I go to the next list item on a listbox using code.<br><br>ziwacky
  17. ziwacky

    Working with multidimensional, dynamic arrays

    I have a recordset with two fields. I want to tranfer those fields into an array. I've been learning and working VBA for a few months and being avoiding the array stuff, but right now I need and don't know how to do it.<br><br>This is the code I have so far:<br><br>i =...
  18. ziwacky

    How to use a grid.

    I do not use Access for developing applications much. I'm sort of lost.<br><br>I want to use whatever is useful to this point (I was thinking of some sort of grid) that shows in column 1 the name of a field* and in column 2 a free space to let user enter a value.<br><br>*The field name is stored...

Part and Inventory Search

Back
Top