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

    Reporting Phishing emails

    Hi all, I have seen where Amazon, eBay, Paypal, and most banks have email accounts where you can forward phishing emails that you receive. I was wondering if there is really any value in this to them, or is it something to make end users feel like they are helping. Thanks for any insight...
  2. spizotfl

    Why would you do that?

    It is usually easy to find things that show you "how" to do something, but there is much less that indicates "why" you would want to do something. I am wondering if someone in their wanderings has come across a site, a book, a blog, a podcast, whatever the format, that discusses different...
  3. spizotfl

    Seeking Dropdown Advice

    Hi all, I am working on a Data Entry project in VS 2005, so .Net 2.0. Some of the pages will have quite a few dropdown lists that get their values from a database. I was wondering how people usually handle this situation when they face it? There will be 4 people regularly inserting data in the...
  4. spizotfl

    Data validation

    Hi all I just have a question about how people manage Data Validation. I currently have some very ugly code (a series of if-then-else statements for a very large number of fields) in a function that is called by the BeforeUpdate event, but I am looking for some insight into how other people...
  5. spizotfl

    Inserting Access Data into Word Document

    Using the information found here: thread702-1454687 I have managed to get all of the access data copied into the relevant portions of the word document. The question that I have is if it is possible to insert the data while maintaining the spacing layout of the original form? I have a form in...
  6. spizotfl

    detect changes in unbound form

    I know with a bound form you can use me.dirty to catch if the record has been changed, but is there a way to do the same thing with an unbound form, short of manually checking each field vs old values? "Maturity is a bitter disappointment for which no remedy exists, unless laughter can be said...
  7. spizotfl

    Default value turning string to number

    OK, I don't believe that is quite what is happening, but I can't find where it is being changed.... Here's the situation: I have a field called ServicesID that looks like 1-01. It is a string value. When the user adds a new record, they can continue with the same ServicesID, and I use the...
  8. spizotfl

    web filtering and samba on a home network

    Hi everyone. I have three computers: a windows laptop, a linux box, and a windows desktop. I was recently tasked with coming up with a web filtering solution to prevent a 12 year old boy from looking for the sorts of things 12 year olds sometimes look for. I have managed to hack around my...
  9. spizotfl

    Calling access functions from Outlook

    Hi, I have a different take on the email thing. Basically what I want to do is setup a recurring task on the Outlook calendar, use it to call a function in Access that exports a report, and then email the report. I know I can setup a "shadow" database that, when opened, has a form that links to...
  10. spizotfl

    Logon Scripts and Permissions and Such

    Hi, I am what you would call a Newb at scripting. I have managed to cobble together from many sources on the web a script that mostly works for me. Here is what I am going for: We have a school environment with about 25 pcs. Due to the learning software that they use, we can't lock down the pcs...
  11. spizotfl

    forwarding messages to another user

    Hi, I hope you can help. We (the IT staff) have just been told to forward a user's email address to their immediate supervisor (apparently they have been canned), but we (the IT staff) don't know much of anything about Exchange as the person who set it up and supervises us was in a bad car...
  12. spizotfl

    Advice for a beginner

    Hi. I work for a small non-profit. We are looking to create a data entry system for stuff we need to submit to the state. We were thinking that using an ASP.Net based system would be a good way to go. We have multiple sites. Some of the users of the system, the data entry people themselves, are...
  13. spizotfl

    problem with Schema.ini and a field that isn't even there

    Hi, I have been looking around and it seems like every few months someone has a problem working with a schema.ini file but I can't seem to resolve mine with the other information I've found to this point. The problem that I am having is a keep getting the message: "Field 'F1' doesn't exist in...
  14. spizotfl

    passing a control name as an argument

    is it possible to pass a control name as an argument to a function or procedure? if so, how do you do it? i have looked around in the forum and on google, but i guess i am not phrasing the question correctly when searching. "Maturity is a bitter disappointment for which no remedy exists, unless...
  15. spizotfl

    quick look at hijack this and any other suggestions....

    Hi, I am working on a box that is terribly sluggish and responds very slowly. In safe mode, it works much better. Have run spybot and ad-aware in safe mode and run an up to date virus check. Nothing much was found, other than the usual scary cookie warnings.... From my own poking around I have...
  16. spizotfl

    DTPicker and Dell Resource CD weirdness

    Hi all, I put a DTPicker control on an access 2003 form. The first time I open the form after opening the database I have a windows installer window popup. The title of the window says "Dell Resource CD" and the text is "Please wait while Windows configures the Dell Resource CD". Then I get an...
  17. spizotfl

    For Each...Next Help

    I was wondering if there is a way from within a For Each...Next loop to Resume the loop.... What I mean is I am in the loop and am testing for a condition, but the only way I can really get the conditional test right leaves me with no way to resume the loop. Ok, here is sorta whats happening: If...
  18. spizotfl

    'Object doesn't support this property or method' error when upsizing

    Hi, I have an access db that may well need to be upsized to sql server. right now i am testing with the express edition. i have a form with 2 subforms. one subform shows a summary of the records for this mainform, the other subform shows related summary information. when you click a line of the...
  19. spizotfl

    restore icons to desktop on login

    hi, i have a school site that we can't secure as well as we would like due to the education software in use. the fun thing is, the kids delete the icon for the software from the desktop and from the start menu, even though the settings in windows should disallow it. i am wondering if there is...
  20. spizotfl

    checking if outlook is open

    hi, i used the example laid out in faq702-2921 and it works lovely for me. the way it is set up, it would appear that it creates an outlook instance, sends the message, and then closes outlook. what i would like to do is check and see if outlook is already open and then leave it open after the...

Part and Inventory Search

Back
Top