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.....
User Profile
Collapse
-
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 -
-
-
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;
Last edited by Niheel; Oct 5 '06, 03:53 PM.Leave a comment:
-
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...Leave a comment:
-
-
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...Leave a comment:
-
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 ... -
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...Leave a comment:
-
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 -
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 -
hi
insert ur windows 2000 prof cd..and select to add new components..the n u choose IIS.....Leave a comment:
-
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?? -
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.....Leave a comment:
-
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...Leave a comment:
-
ive been able 2 to it...i had to reinstal access...some features were not installed...
thank buddiesLeave a comment:
-
No activity results to display
Show More
Leave a comment: