User Profile

Collapse

Profile Sidebar

Collapse
jjstevens
jjstevens
Last Activity: Aug 16 '07, 04:18 AM
Joined: Dec 3 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jjstevens
    replied to Multiple Field Filtering
    VB Code:

    DoCmd.OpenForm "FreightProvide rMatchFrm", , , "ShipperCode1=' " & Forms!CurrentLo adListFrm![ShipperCode1] & "'" And "ShipperCode2=' " & Forms!CurrentLo adListFrm![ShipperCode2] & "'"

    This code works if you only include the first ShipperCode1 and leave off the second ShipperCode2. Any ideas as to how to add more than one variable.
    See more | Go to post

    Leave a comment:


  • jjstevens
    replied to Multiple Field Filtering
    Any idea why I am getting a Type Mismatch error after entering the code above?
    See more | Go to post

    Leave a comment:


  • jjstevens
    replied to Multiple Field Filtering
    ShipperCode is not a number it is a code like this: "ABC-ABC-" How would the syntax change for this type of code.
    See more | Go to post

    Leave a comment:


  • jjstevens
    replied to Multiple Field Filtering
    Here is the Where Statement I came up with, Can someone tell me why this doesn't work! I am a novice at this whole thing.

    Where FreightProvider MatchFrm![ShipperCode1] = CurrentLoadList Frm![ShipperCode1], FreightProvider MatchFrm![ShipperCode2]=CurrentLoadLis tFrm![ShipperCode2], FreightProvider MatchFrm![ShipperCode3]=CurrentLoadLis tFrm![ShipperCode3], FreightProvider MatchFrm![ConsigneeCode1]=CurrentLoadLis tFrm![ConsigneeCode1], FreightProvider MatchFrm![ConsigneeCode2]=CurrentLoadLis tFrm![ConsigneeCode2],...
    See more | Go to post

    Leave a comment:


  • jjstevens
    started a topic Multiple Field Filtering

    Multiple Field Filtering

    I want to be able to double click on a field called Weight on CurrentLoadList Frm and have it open another form called FreightProvider MatchFrm and filter on six different fields that are on both of the forms listed above. The six fields are: ShipperCode1, ShipperCode2, ShipperCode3, ConsigneeCode1, ConsigneeCode2, and ConsigneeCode3. The net result will hopefully give me a list of Carriers that have done the exact same loads in the past that I am...
    See more | Go to post

  • jjstevens
    replied to Filtering a form based on multiple fields
    I am not sure how to do what you are asking? Any further instructions that will help me figure it out or if someone knows the code in order to do this I will take that also. Thank you all for your help
    See more | Go to post

    Leave a comment:


  • jjstevens
    replied to Filtering a form based on multiple fields
    I have created the query and the form. I just don't know how to refine the records down to the ones I am looking for based on six different fields. If it was one I'd know what to do but because there are six I am lost. Can a macro filter a form based on six different fields that keep changing. Let me know. Thanks alot.
    See more | Go to post

    Leave a comment:


  • jjstevens
    started a topic Filtering a form based on multiple fields

    Filtering a form based on multiple fields

    I want to be able to double click on a field called Weight on CurrentLoadList Frm and have it open another form called FreightProvider MatchFrm and filter on six different fields that are on both of the forms listed above. The six fields are: ShipperCode1, ShipperCode2, ShipperCode3, ConsigneeCode1, ConsigneeCode2, and ConsigneeCode3. The net result will hopefully give me a list of Carriers that have done the exact same loads in the past that I am...
    See more | Go to post

  • jjstevens
    replied to On Double Click - Preview Filtered Form
    Actually, I figured it out, thank you all for your help. I appreciate it very much.
    See more | Go to post

    Leave a comment:


  • jjstevens
    replied to On Double Click - Preview Filtered Form
    This code is opening the form but is not filtering the form. Any ideas?
    See more | Go to post

    Leave a comment:


  • jjstevens
    replied to On Double Click - Preview Filtered Form
    does anyone have any ideas?
    See more | Go to post

    Leave a comment:


  • No I mean, I have 17 users in three different states using the database. If any one is in the database besides me I can not make design changes. The error message says you do not have exclusive access. I am not talking about security rights, I am the administrator....
    See more | Go to post

    Leave a comment:


  • Making design changes while not having exclusive access

    Is there a way to make design changes to an access database using 2003 while not having exclusive access?
    See more | Go to post

  • jjstevens
    replied to On Double Click - Preview Filtered Form
    Here is more information. The form that I am in is CurrentLoadList Frm and the field I want to double click on is [ShipperCode1]. I want that to open the CarrierFootPrin tSubFrm, find the [State] field and filter on (Right(CurrentL oadListFrm![ShipperCode1],2))
    See more | Go to post

    Leave a comment:


  • jjstevens
    started a topic On Double Click - Preview Filtered Form

    On Double Click - Preview Filtered Form

    I have a form loaded and want to be able to double click on a field and have it pull up another form and filter it based on the value in the original form. What is the best way to do that. Access 2003.
    See more | Go to post

  • jjstevens
    replied to Just a warning on duplicate records
    Thank you all, this solution works great.
    See more | Go to post

    Leave a comment:


  • jjstevens
    started a topic Just a warning on duplicate records

    Just a warning on duplicate records

    I am trying to set up a message box warning (or open to some sort of other warning) when a duplicate record is entered. I do want to allow duplicate records but I am looking to warn when it does occur.

    Example of warning: Check number all ready entered are you sure you want to continue.

    Any Ideas?
    See more | Go to post
No activity results to display
Show More
Working...