User Profile

Collapse

Profile Sidebar

Collapse
VVSD
VVSD
Last Activity: Jun 15 '10, 01:58 AM
Joined: Jun 12 '10
Location: San Diego, CA
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • VVSD
    started a topic NonProfit project can't be completed by jarhead

    NonProfit project can't be completed by jarhead

    Hello folks,


    Alright I’m back. So I just gonna lay it out there. I am former Marine Infantryman, and not the brightest bulb in the drawer. So I’m working on a project for a non profit call center that helps homeless veterans find assistance through the various originations that exists. I have attached what I have so far. I am curious if some one with a little more experience could help me with the remainder of this project....
    See more | Go to post

  • VVSD
    replied to Coding Drop down box to copy information
    i have a table named clients, which stores all the clients information. The current form is called clients, after entering their information i hit submit, and it enters the data from the form into the table. I want it to also open up a new form named "open clients" with the information i just entered...
    See more | Go to post

    Leave a comment:


  • VVSD
    replied to Coding Drop down box to copy information
    Ok one more question for the day, I have the following code

    Code:
    Private Sub Submit_Click()
    On Error GoTo Err_Submit_Click
        DoCmd.GoToRecord , , acNewRec
    Exit_Submit_Click:
        Exit Sub
    Err_Submit_Click:
        MsgBox Err.Description
        Resume Exit_Submit_Click    
        DoCmd.Close acForm, Me.Name, acSavePrompt    
    End Sub
    for my submit button on my client intake...
    See more | Go to post
    Last edited by MMcCarthy; Jun 13 '10, 01:33 AM. Reason: Added code tags - see the # icon on posting window

    Leave a comment:


  • VVSD
    replied to Coding Drop down box to copy information
    No problems that I can find yet. My mistake, I didnt explain the situation very well. thanks for your help. :)...
    See more | Go to post

    Leave a comment:


  • VVSD
    replied to Coding Drop down box to copy information
    I understand that, but I am talking about the possibility that it is seleceted, and it updates the veterans fields with the caller info, then is changed to loved one. I want it to clear the fields if loved one is selected so I used the code:

    Code:
    Private Sub Combo58_LostFocus()
       If Me.Combo58 = "Veteran" Then
           Me.firstname = Me.ContactFirstName
           Me.lastname = Me.ContactLastName
    ...
    See more | Go to post
    Last edited by MMcCarthy; Jun 12 '10, 11:26 PM. Reason: Added code tags - see the # icon on posting window

    Leave a comment:


  • VVSD
    replied to Coding Drop down box to copy information
    sorry I am back. so what command could i use to leave the veteran fields empty if loved one is selected in the combo? thanks :)...
    See more | Go to post

    Leave a comment:


  • VVSD
    replied to Coding Drop down box to copy information
    Awesome, thank you so much for your help. i got it figured out, I'm sure ill be back soon with more questions. Thanks again have a great weekend.

    VR,
    Mike
    See more | Go to post
    Last edited by VVSD; Jun 12 '10, 10:02 PM. Reason: figured out what i did wrong

    Leave a comment:


  • VVSD
    started a topic Coding Drop down box to copy information

    Coding Drop down box to copy information

    Hello every one, Im attempting to creat a database for a non profit veteran org. The data base is going to be used in a call center, where they take the callers information and the veterans information. However some times the caller is the veteran. I have a drop down list with values of "veteran;lo ved one" if veteran is selected i am trying to have the name values from the caller section on the form copied down to the veterans info section....
    See more | Go to post
No activity results to display
Show More
Working...