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

    How to search entire DB for 16 digit string

    hi, does anyone know how to search en entire db for 16 digit number strings? need an audit system to ensure that credit cards aren't being recorded in a db. thanks
  2. MJD1

    vba OnChange using if me.text0 ...onchange...then

    hi, trying to use the Onchange in a vba statement but haven't been able to figure it out. I also search but couldn't find the solution. essentially, here's what i'd like to achieve: if me.text0.onchange = true then do this.. else do that end if thanks Martin
  3. MJD1

    Query using sql with several WHERE conditions

    hi all, need some help with something I haven't used in the past. I need to use vba to pass a query which contains two conditions. Here's what I have so for but it doesn't work. I can't see where i've gone wrong so hoping to get so help. I need to pull all records where the field "Claim_New"...
  4. MJD1

    Excel Forms - userform to view and edit data

    hi, I'm looking for some help and direction to create a user form that allows me a search criteria and then retreives the information from a sheet named Data. I've tried the built in Form function but didn't like because of the formatting it provides and the fact that I can't have more then 32...
  5. MJD1

    setting focus back to MS access

    hi, I have an access aplication that when opened it first opens an agreement window. When the "I agree" button is selected, it runs several codes, to eventually open the main working form. one of the codes is opening Outlook and when this happens, the focus is set on outlook. How do I get the...
  6. MJD1

    Passthrough query from access to oracle

    Hi, is it possible to query an oracle db via passthrough where the date field is between two fields that the sql code would fetch from a form? for instance, I'm looking for all the fields where the tran_date is between [forms]![password]![text156] and [Forms]![password]![text158] and also where...
  7. MJD1

    How to truncate an oracle table from ms access

    Hi, I'm working on a project where we are migrating an ms access backend db to Oracle. one of the things I need to do efficiently is delete an oracle table. when using the delete function, it takes forever. I understand that there is a way to "truncate" the table which is much faster, but I...
  8. MJD1

    linking to Oracle using Access 2007

    Hi, I'm working on a project were I need to link an Access 2007 front end to Oracle tables. When trying to link to the production tables through Oracle 8.5, I can link some tables but not all. For those that I can't I get a message stating that the database engine could not find the object...
  9. MJD1

    Changing table field names and affecting all queries, forms, reports

    Hi, I'm working on a project where a database was created in MS access and is split BE and FE. We are now moving the BE to Oracle and have determined that the current backend is using reserved words in certain table field names. Is there a way via code to change the field names automatically...
  10. MJD1

    finding a record in a list box from a text box

    hi, looking for some guidance. I have a form in which there are several list boxes. each list box has it's own query. List0 has several columns (store, dept, class name, sku, description, units, total, date). What I would like to have is a text box on the form where I can enter the sku and...
  11. MJD1

    Getting CPU usage that is found in Windows Task manager

    Hi, is there a way of fetching the CPU usage that is found in the Windows task manager, Processes tab? I'd like to add this value for my ms access file into a form in order to help me monitor performance. thanks Martin
  12. MJD1

    saving an excel file

    Hi, I have a query that I populates an excel template which is then attached to an email. the code that i peiced together from doing some research works very well. The only thing is that I would like the excel template to save itself autoomatically. the way it currently works is that the user...
  13. MJD1

    Filelen with Access2007

    Hello, i know this is probably an easy one, I just can't see where i'm going wrong. I recently converted an Access 2003 application to Access 2007. For the most part, the conversion went well, except for a few codes that I was able to fix. The below worked perfectly with 2003 and now doesn't...
  14. MJD1

    Change property with Access 2007

    Hello all, I have a front end that I created using Access 2003. I few years back I found a post with the coding to Changeproperty at login (parts of it below), so if the person logging in is setup as an "Admin", then they have access to everything, however, if the person is setup as a User, then...
  15. MJD1

    Using the where clause

    Hello everyone, I was hoping that someone could help…I’ve been at this for way to long! I just can’t see where I’m going wrong here ? I have a query named 'storenvr7' which has several fields. I’m Looking to show record only from a specific store and reason type. I can get it to work for...
  16. MJD1

    selecting records in list box

    hi, does anyone know if there is a way to have all records in a list box automatically selected when the form is open? thanks
  17. MJD1

    Sorting List Box

    thread702-1516961 I found the above thread where someone posted the below code that works great for creating a sort button for a list box on a form. The only problem that I can't seem to solve is that I lose the formatting in the fields that I sort. For example, I have a total field that has...
  18. MJD1

    Searching a record in form

    Hello all, I'm looking for some guidance. I have a form that is tied to table A that contains the following fields: Store, sku and comment. In my form, I have a list box that is tied to Table b that contains a number of fields including Store, Sku, description, units, cost, ect.. I would like...
  19. MJD1

    Opening an exe file

    Hi, I need to open open an exe file via a button on a form. I have the following code but I get a type mismatch error message when I run it. I'm obviously missing something here. not sure if I need to reference the full path of where the file is located (Y:\CMS\CMSUPDATE1.exe any help is...
  20. MJD1

    auto restart of access

    Hi all, need some help with something that seems to me very basic, but for some reason I just can't get it working. Im using access 2003 and I have part of this code in my password page. essentially, if the person logging in is not an admin, I want the program to restart with minimal menu and...

Part and Inventory Search

Back
Top