User Profile

Collapse

Profile Sidebar

Collapse
gblaxx42
gblaxx42
Last Activity: Mar 5 '08, 07:42 PM
Joined: Jan 13 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Joe,
    The DB will be placed in each Company/Battalions folder on a Network. This is going to let more than person at each level use the DB.

    Thanks for the speedy reply...
    See more | Go to post

    Leave a comment:


  • gblaxx42
    started a topic Newbie Import/Export problems Please help!!!!

    Newbie Import/Export problems Please help!!!!

    I created a DB to track soldier information. Each month reports are due to Brigade. Each Company and Battalion has there own version of the DB. What I need to do is export data from the Company then import it to the Battalion. Then I need to export the info from the Battalion and import them into the Brigade. This information is either all new for a new soldier or updated info for an existing record for an existing soldier. I need to update all new...
    See more | Go to post

  • gblaxx42
    replied to Auto fill or populate a form
    Absolutely that would be great....
    See more | Go to post

    Leave a comment:


  • gblaxx42
    replied to Auto fill or populate a form
    Thank you highlight fixed.

    Still having a problem with 2 boxes not getting filled, lst UPC and lstGrade. They all work but them 2....
    See more | Go to post

    Leave a comment:


  • gblaxx42
    started a topic Auto populate almost fixed

    Auto populate almost fixed

    First off, THANKYOU Adezii ! Worked good but...3 things I still have a problem with

    Here is the code:
    [code=vb]
    Private Sub List166_AfterUp date()


    Me![lstUPC] = Me![List166].Column(0)
    Me![txtPARA] = Me![List166].Column(1)
    Me![txtLine] = Me![List166].Column(2)
    Me![lstPosition Title] = Me![List166].Column(3)
    Me![lstRank] = Me![List166].Column(4)
    Me![lstGrade] = Me![List166].Column(5)...
    See more | Go to post

  • gblaxx42
    replied to Auto fill or populate a form
    First off, THANKYOU!!! Worked good but...2 things I still have a problem with

    Here is the code:

    Private Sub List166_AfterUp date()


    Me![lstUPC] = Me![List166].Column(0)
    Me![txtPARA] = Me![List166].Column(1)
    Me![txtLine] = Me![List166].Column(2)
    Me![lstPosition Title] = Me![List166].Column(3)
    Me![lstRank] = Me![List166].Column(4)
    Me![lstGrade]...
    See more | Go to post

    Leave a comment:


  • gblaxx42
    started a topic Auto fill or populate a form

    Auto fill or populate a form

    I'm trying to get a row of a List Box (13 columns) to auto fill into 5 List Boxes and 8 Text

    Boxes on a form when clicked.

    List Box Name: List 166
    Row Source: SELECT [Battlefield Roster].UPC, [Battlefield Roster].PARA, [Battlefield

    Roster].LINE, [Battlefield Roster].[POSITION TITLE], [Battlefield Roster].RANK, [Battlefield

    Roster].Grade, [Battlefield Roster].DMOS, [Battlefield...
    See more | Go to post

  • gblaxx42
    replied to Linked Forms
    Joe,
    First off I want to thank you for taking the time field my question. You have to excuse my ignorance with Access. My knowledge is very limited. My Colonel heard that I somewhat knew Access and next thing you know I am building a database for the entire brigade.

    So what I have already is 4 main forms. They consist of Soldiers Personnel Data, Stryker Course Required, Weapons Qualification, and 1st Army Requirements. The...
    See more | Go to post

    Leave a comment:


  • gblaxx42
    started a topic Autopopulate

    Autopopulate

    I want to be able to fill out two pieces of information and automatically fill in other foelds that correspond to that field. For example- If I enter in a sex- Male and age- 26. I want Height requirements, Uniforms needed and Building number already filled in based off of a standardized table. Any help would be appreaciated.

    Lt Butler
    See more | Go to post

  • gblaxx42
    started a topic Linked Forms

    Linked Forms

    Hello All. I am building a databse for the 56th Stryker Brigade in Pennsylvania. I have to track many different types of data for soldiers. (i.e. training info, personnel data, etc) I have created all the tables and forms that I need. Now please excuse me for sounding like such a newbie, I haven't used Access to this extent since college.

    I want to be able to pull up forms and have commonly linked info already filled in. By this I...
    See more | Go to post
No activity results to display
Show More
Working...