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

    Problem with Tab Control Pages on a form

    I have an Existing form with many Texboxes on it. I would like to put some Tab control Pages behind the existing Text Boxes. Then I can Tab to another Page and add some more Textboxes. The Problem is if I Put the Tab Pages on the form around the current textboxes, I can see the current textboxes...
  2. Wrecker

    Password on a Button

    I would like to put a request for a Password on a Button. Where might I find the code needed? I'm assumming the code would go in the "on Click" event for the Button. I am using the button to open another form, and I need the form password protected. Thanks Wrecker
  3. Wrecker

    Read Only Problem

    I Copied an Access 2000 Database to A CD. I then went to another PC with Access 2000, and copied the database to the hard drive. When I open the database, it opens in "read only". How do I open it so I can work on it. I made another copy on the hard drive and tried renaming it, but it...
  4. Wrecker

    Invalid Argument problem

    Somehow a user changed somthing, so now I have one record that shows errors in all the fields, and an "Invalid Argument" error message appears. The records entered after that one are fine. My question is... How can I delete the record with the errors? Everytime I open the table I get...
  5. Wrecker

    Duplicate record not showing on the Form

    When I create a duplicate record using a button on the form, A blank record is created in the table (looks like the data is not being pasted from the clipboard), and the form does not advance to the Duplicate. It stays on the original record. Any Suggestions on what to check would be...
  6. Wrecker

    Last Record Problem

    I have a form that the "Last record" button stopped working properly. It is not going to the last record when the buton is pushed. It stops about 20 records up in the table. I think it is sorting on another field. How do I tell it to use the "ID" field (Primary Key) for the...
  7. Wrecker

    Not clear some fields for New record?

    Is there a way to keep the data that is in a selected few textboxes after pushing New record Button? Currently all the textboxes are cleared. I would like a few of them to keep the data from the previous record. Thanks Wrecker
  8. Wrecker

    Wildcard Question

    I need to return data from a field called "cerp" in a query. I entered 888 in the field. In the Critria of the "Cerp" Field I entered: Like "*" & [Cerp?] & "*" The data will only return properly if I type exactly 888 .I need it to return Data if it finds...
  9. Wrecker

    What did I do?

    Anyone know why my form will no longer let me navigate to the previous record? I get a message that says " You can't go to the previous record". It also won't open on the last record, even though the code for the last record is in the open event for the form. It opens to a...
  10. Wrecker

    Duplicate Records

    For some reason I can't create a duplicate record. I created the button on the form. When the button is pressed, it copys to the clipboard, but does not paste to the form. Also, when I use the wizard to create the button, the Paste append in the code is jumpperd out(Like a commennt). Example...
  11. Wrecker

    Windows Media Player

    How do I make Windows media player my default? Now everytime I put in a music CD it launches MusicMatch Jukebox. Thanks Wrecker
  12. Wrecker

    Decimal Place problem

    I have the Properties for a field in a table set to: Field Size: Double Format: General Number Decimal Places:2 I also have the properties in the textbox for the field, set to general number, and 2 Decimal places. My calculation keeps coming back with many decimal places. How do I get a return...
  13. Wrecker

    Date relationships between linked tables

    I have a database with several linked tables from other databases. The relasionship I used is the Date. What I would like to do is be able to query on a date, and bring back the data from each linked table. The problem I am having is if I query on a date it brings back Data only if there is data...
  14. Wrecker

    Where do I put the code?

    I have a Form with several Tab Pages. I want a text box on one of the pages to hold the value from a textbox on another tab page. Example: me.FWLF2.Value = me.FWLF.value This works fine if I place the code in a Lost focus event of a text box that will have data entered into it. Where would I...
  15. Wrecker

    Internet Explorer Crashes

    A few days ago my internet explorer started crashing soon after it is launched. It doesn't do it all the time, but seems to be getting more frequent. I went to the Microsoft website and downloaded service pack 6, but no change. My Virus software is up to date, and all files have been scanned...
  16. Wrecker

    Query on date Question

    I have the criteria set for: Between [Start Date] and [End Date] in the Date field of a query. If I punch in 01/15/03 for the Start Date, and 01/16/03 for the finish Date, it works fine. How would I write the Criteria for a single day? If I set the criteria for: Like [Date] and punch in...
  17. Wrecker

    Keeps returning wrong Column

    In a table I have 2 Columns. The first is 1,2,3,4,5,6. The second 2 Chopper, 3 Chopper, ect. When I run my query I get a return that says "2 Chopper" (What I want}. When I run the report (that was created from the Query) I get "1"instead of "2 Chopper". How do I get...
  18. Wrecker

    Critreria in a Query Question

    Is there a way to make a list box appear when using "Like" in the criteria of a query? The user currently has to type in the data to query on. I would like them to be able to pick from a list. Thanks Wrecker
  19. Wrecker

    Keep Focus?

    In the Lost focus property of a combo box I placed an if statment to check for text, and if no text is found, a msgbox "Must Select Name" appears. The problem is after the code runs, the focus goes to the next textbox in the tab order. I need the focus to remain in the combo box so...
  20. Wrecker

    Multiple select in a combo box?

    Is it possible to select multiple choices in a list using a combo box?. Thanks Wrecker

Part and Inventory Search

Back
Top