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: *

  1. nwalk81

    Syntax Error

    The error just says syntax error in query expression with an emphasis on the code above. I didn't post the whole thing because it is large, but you asked for it so SELECT Resolution.Date, EmpInfo.[VZW Area Code], tmpEmpOnLeave.[Location Descr], Resolution.[Resolution Type Lookup]...
  2. nwalk81

    Syntax Error

    Hello All, Can someone please help, I can not figure out this error and I can not move forward in my project until I do (((Resolution.Date)>=[Forms]![Closed Issues Report Options]![cmbBeginDate] AND (Resolution.Date)<=[Forms]![Closed Issues Report Options]![cmbEndDate]) AND ((EmpInfo.[VZW Area...
  3. nwalk81

    DLookup Help

    Thank you, but my issue was not with dlookup because I was trying to get to the actualy record and edit that record. I noticed dlookup mirrors the information in a new record. I had to fix my tables and the subform automatically populated. Thanks for the reply.
  4. nwalk81

    Relationship Help

    Yes both are correct. I figured this one out before anyone replied. I extracted the unique employee information from the feed as well as the unique claim info from the feed, then linked the two. Thanks for replying.
  5. nwalk81

    DLookup Help

    Hello All I have a main form which has a subform. I need the subform information to populate into the subform according to a number on the main form. Currently I am trying dlookup to retrieve this information. The main form has an Employee ID, I want the users to be able to copy and paste...
  6. nwalk81

    Relationship Help

    Hello all, I have a situation where I get a feed of information. This information has to then be broken down by queries to be seperated between employy info and claim info. I am having trouble with the relationships because from the feed file comes two necessary numbers (claim code and...
  7. nwalk81

    Duplicate Check

    Figured it out thanks a million Remou
  8. nwalk81

    Duplicate Check

    Good morning, Hope your weekend was well. I came in this morning excited to complete this task however after breaking all the code up neatly and trying to run it I received a "Complie error: Invaild outside procedure" in reference to "INSERT INTO EmpOnLeave " Can you help?
  9. nwalk81

    Duplicate Check

    Sorry to be a bother, but I'm so close to getting this. Now I get a Syntax error with emphasis on the SELECT section of the statement
  10. nwalk81

    Duplicate Check

    can you assist me with why I'm getting an expected list separator or ) with emphasis on the INTO section of the statement error Thank you
  11. nwalk81

    Duplicate Check

    Thanks Remou you are a genious. Everything worked in a query, now I'm trying to apply the code to VB, but it's getting a syntax error on the code there DoCmd.RunSQL(INSERT INTO EmpOnLeave ([Date Loaded], ID, [First Name], [Last], [Job Title], Function, [Location Descr], [VZW Area Code]...
  12. nwalk81

    Duplicate Check

    I am stuck right now and would really appreciate any assistance anyone can offer. I am trying to avoid getting duplicates into the main tale of my database. So far I have all records being imported into a temp table. What I need is to check the temp table against the main table using VB...
  13. nwalk81

    Import Question

    I have no code for this situation as I am unsure of the correct coding to check my import file against my current data (to avoid duplicate entries). DLookup being a Access application is not a problem for me, can you just explain which is better and how I would achieve my desired results. Thanks
  14. nwalk81

    Import Question

    Hello All, The current issue I'm having in my database is the same as thread707-1203611. I'm just confused as to the correct coding to fix this issue, I have not to date used the Recordset property, and have only used DLOOKUP in Excel. Can someone please help? Thanks in advance.
  15. nwalk81

    Combo box programming question

    Thank you so much for your help. I had the table settings on yes/no instead of text. Everything is working beautifully. Thx
  16. nwalk81

    Combo box programming question

    I placed the code above as an event on Form current (in subform) however for some strange reason I'm getting a field referred to in expression can't be found error. I even tried to add a blank space entry to the combo box selections to no avail. Have any idea why this is happening? Should I...
  17. nwalk81

    Combo box programming question

    rjoubert, Thank you for all of your assistance, I've realized why I'm getting errors. ServiceDt is a field on the main form and cmbFML is a field in one of the sub-forms on the main form. So, would I have to code the main form instead of the sub-form and how can I pass the main form value to...
  18. nwalk81

    Combo box programming question

    When I place the code as an event on Form Current I get an invaild procedure call or argument message
  19. nwalk81

    Combo box programming question

    rjoubert, I tried your suggestion, however I still get the same result. Am I placing the code in the wrong location? Right now I have the code as a Before Update event. Is that appropiate or is there a better location? Thanks for you assistance.
  20. nwalk81

    Combo box programming question

    I actually have two questions: 1. How would I program/format a combo box to be null/blank until the user actually chooses an entry. Right now the box automatically choices it's default answer, but I would like default to be blank. My second issue: I have a combo box with simple "Yes" or No"...

Part and Inventory Search

Back
Top