suppose I have 2 forms. I need to call 2nd form from 1st form.
when frm2.show() is given, I want to disable frm1. and when frm2 is closed, i need to enable frm1 again. How do I do this?
I think you'll have to use the 'mouseup event' if you want to capture all the changes in the value irrespective of the speed at which the click events take place.
when the speed is high and the clicks are similar to double clicks and if the value changes from 'select' to 'unselect' to...
johnyingling, thanks a lot. your program worked perfectly. the only issue was that if there were too many combinations, it takes too long. is there any way we can eliminate a lot of unwanted numbers??
is there any maximum number to which the autonumber will be set? each time, i'm clearing the table and adding new set of records. at that time, the autoincrement will not get reset. so, will the autoincrement number fail at any point of time?
i have a table with one field set as autonumber. if i want to insert records into this table from another table using sql,
insert into table1 select * from table2
will the autonumber field be updated automatically? how exactly should i give the sql to insert all the fields in table2 into...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.