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

    Help with DetailsView and UpdateCommand

    I am trying to update the data in my database using the updatecommand in details view but have not had any luck. Everytime I run it I don't get any errors but it does not process the update. I have tried several different variations of the code and keep running into dead ends. Here is my code...
  2. Techdawgs

    Date Format in table

    I have a column in my table that just needs to show month and year. I have the format set up as mm/yy. I want to set it up that when you enter "7/7" (July/2007) it takes it as "07/07" and not "07/07/2005".
  3. Techdawgs

    Close multiple forms

    I have multiple forms open and they are all popup forms. I have a button on my current form that can close it so I can go back to the previous form, but I want to also put a button that would close it out and all the other popup forms.
  4. Techdawgs

    Problems trimming data length.

    I am working with a database where I am using the SSN as my primary key. The problem is sometimes I only want to display the last 4 digits. I thought normally I would use the right(stringexpr,n) function to accomplish this. With the code being written =right([SSN],4) but when I do I get an...
  5. Techdawgs

    Need help with multiple parameter query

    I have a table with the following fields: Name, Occupation, Department, Location I have a form for the user to select the criteria for the query. My problem is sometimes the query will be based on 1 field (either occupation or department) or multiple fields (occupation and location or...
  6. Techdawgs

    Education: Long Distance vs Traditional

    Here's a question I have. Do you think companies put more or less value in how you got your degree? For example, if one applicant received their BA from an online university and another from a technical college which would have a higher standing?
  7. Techdawgs

    Where to begin?

    Hello All, I am currently in the US Military with 5 years left until my retirement and need to actively start to persue my next career. I have been tinkering in Access databases for the last 6 years. I have decided I would really love to get into this field when I get out. I know I need to...

Part and Inventory Search

Back
Top