User Profile

Collapse

Profile Sidebar

Collapse
godsent
godsent
Last Activity: Feb 22 '07, 05:36 AM
Joined: Aug 31 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • godsent
    replied to Subforms not opening in Add Mode
    thanx mary,the subforms working perfect in add form..the relationship were ok, its just i had to reconsider how to link them in the subform...

    Another prob is that, i have a form A,i need to click on a command button to reach another form B.Hence, when click the form in "ADD FORM",only the form A is in "ADD FORM", but not form B. I know i must write codes to do this (On click)...plz suggest how do i go about it.....
    See more | Go to post

    Leave a comment:


  • godsent
    started a topic Subforms not opening in Add Mode

    Subforms not opening in Add Mode

    hi,
    my prob is that ive done a form in which there are multiple sub forms,and when i click on "new" from the switchboard, only the first main form is displayed in the "add mode"....HOW DO I MAKE THE OTHER SUB FORMS IN 'ADD FORM 'TOO?

    Eagerly waiting for your replies...
    thnxx
    See more | Go to post

  • godsent
    started a topic number of records

    number of records

    how many records a table in microsoft access can hold
    See more | Go to post

  • godsent
    started a topic how to back up database

    how to back up database

    how to back up database in ms access
    See more | Go to post

  • godsent
    replied to Structured Array
    in C
    Code:
     #include<iostream.h> 
     
     
    void main()
    {
     
    	int stud_id [10]={1,2,3,4,5,6,7,8,9,10}; 
     
     
    	int test1[10]={50,80,100,90,70,70,30,60,50,100}; 
     
     
    	int test2[10]={60,30,50,80,70,80,20,70,60,100};
     
     
    	int test3[10]={70,70,40,90,70,80,50,50,70,90};
     
     
    	int * mypointer; 
     
     
    	mypointer=stud_id;
     
    	mypointer=test1;
    ...
    See more | Go to post
    Last edited by Niheel; Oct 5 '06, 03:53 PM.

    Leave a comment:


  • godsent
    replied to Structured Array
    in C
    helo
    i've done this in a one dimensional array..all are working perfectly.... I wana know if i can do it in other way...for eg, using files or 2 dimensional array...
    See more | Go to post

    Leave a comment:


  • godsent
    replied to Structured Array
    in C
    heya thankx
    IT WORKED.......
    See more | Go to post

    Leave a comment:


  • godsent
    replied to Structured Array
    in C
    i got to write this program in C++..

    the questions are :
    1. Print out all the data
    2.Print out the data for test 2
    3.Print out the address for the array
    4.Print out the address for test 3...
    See more | Go to post

    Leave a comment:


  • godsent
    replied to Structured Array
    in C
    urgent...plz reply
    See more | Go to post

    Leave a comment:


  • godsent
    replied to Structured Array
    in C
    Urgent
    plxz
    See more | Go to post

    Leave a comment:


  • godsent
    started a topic Structured Array
    in C

    Structured Array

    hi
    my question goes like this


    Write a program that can store stidents' marks into a structured array.the array will store the test marks for 10 students.Each student is required to take 3 tests..

    Student No Test1 Test2 Test3
    1 50 60 70
    2 80 ...
    See more | Go to post

  • godsent
    replied to Switchboard-it not visible
    hi

    but wen i'v finished creating the switchboard it shoud appear in the list of forms i have..unfortuna tely its not working..guide me how to corectly create the switchboard..pl z...
    See more | Go to post

    Leave a comment:


  • godsent
    started a topic Access Codes

    Access Codes

    am used to programming in vb.net...but the codes in Access (Visual Basic) are quite different..I need codes for loading a form in view of adding new record,i.e, on load the textfields must be blank..(Add new row)

    any further codes are most welcom

    regards
    godsent
    See more | Go to post

  • godsent
    started a topic Switchboard-it not visible

    Switchboard-it not visible

    hi all

    am using a switchboard, but the prob is that wen using the wizard, its not visible in my start up...cnt figure out wats missing..
    and i want to add button on the switchboard, on clicking will direct me to forms..

    will be graful, if u cu help me

    thank buddies
    See more | Go to post

  • godsent
    replied to My ASP pages are not working with IIS
    in IIS
    hi

    insert ur windows 2000 prof cd..and select to add new components..the n u choose IIS.....
    See more | Go to post

    Leave a comment:


  • godsent
    started a topic networking

    networking

    hi all

    i wanna share a folder on a lan but want to share the folder only to 2 specific users on the lan..am using windows xp...

    how do i go about??
    See more | Go to post

  • godsent
    replied to Splitting a string
    use substring function
    eg
    strNum="2401.32 613.5921"
    strNum1=strNum. Substring(0,4)
    'This will return u 2401

    (0,4)--0 is the starting index, an 4 is the number of characters...

    then u do the same for the remaining numbers as well..

    wen u separate the number then u concacatenate the without dots.....
    See more | Go to post

    Leave a comment:


  • godsent
    replied to i nid help in Combo Box
    u have separate forms for this? I would recommend u to use the date/time data types and in your form, u use combo box...Its easily bind n access...

    dont use combo in your tables..thats an advice...
    See more | Go to post

    Leave a comment:


  • ive been able 2 to it...i had to reinstal access...some features were not installed...
    thank buddies
    See more | Go to post

    Leave a comment:


  • u can instal it......
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...