checkbox!

2001-07-15 Thread Melly Masram
Guys..i have a problem to insert values 1 and 0 into a database. I want the insert values to be like below:- 1|0|1|1|0 ->this value will be insert to a field name AccessArray. The value 1 and 0 depends on the user choice when he/she tick the checkbox value. Could you guys help me,as soon as p

Re: Using a "-" in a field name.

2001-07-17 Thread Melly Masram
--- "Picker, Mark P" <[EMAIL PROTECTED]> wrote: > Hi All, > > I am using LDAP queries to update exchange data. > > The problem I have encounted is a field in the > exchange server is called > "telephone-office2". Now CF won't let me use field > names that have a "-" in > them. > > Does anybod

Copying data from another field to another field

2001-07-17 Thread Melly Masram
Hie all :), Could someone help me with this problem: 1.How to copy data in one field,lets say GroupArray in table A to AccessArray field in tablem B. 2.I want field of GroupArray(table A) and field of AccessArray(tableB) will have the same data. 3.Which I want data from field GroupArray will tr

CFGrid Problem

2001-07-19 Thread Melly Masram
hie all, could you guys help me in solving this problem: 1. From the parent window, user will click button and pop-up window will appear..displaying the purpose record. 2.The pop-up window is created using CFGrid... 3.The problem here,..when user select one of the record on the grid...it will not

wildcards!!!

2001-07-24 Thread Melly Masram
hie.. I need you guys help... I have developed a search engine page.Can u you guys help me in giving the syntax? For example...if i want to search a specific name n do not know the full name...I wil just type "mel" and the list will list down all the name that have "mel" in it. This is my sy

new window

2001-07-24 Thread Melly Masram
hie.. Can someone help me with this problem.When I've done my search..it will displayed in a new window..listing all the search criteria that related to what I want.But how am i going to pass the value from the new window back to the main window. The flow goes like this: Window1 File A-contain

(Access)Selecting randomly record

2001-08-22 Thread Melly Masram
hello.. Can anyone of you help me in this prob below: how to randomly pull out data from the database. Let say I have 20 records in my database..and i want to randomly pull out the data by displaying 5 records at at a time. Does anyone of you know how to do? thanx...