G
Guest
Hello, i am not a programmer but a dabbler and need some help with the
following please.
I get a record from my table by dtAdded with the code below... How would i
change this if i put a combo box to select the record i want, as this takes
the latest record by date but i want to be able to select the record... I
hope i am clear enough ??
strSql = "SELECT * FROM tbl_CIANumberRequest ORDER BY dtAdded DESC"
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset(strSql, , dbReadOnly)
strReqNo = rst!RequestID
strReqC = rst!RequestorCName
strReqS = rst!RequestorSName
following please.
I get a record from my table by dtAdded with the code below... How would i
change this if i put a combo box to select the record i want, as this takes
the latest record by date but i want to be able to select the record... I
hope i am clear enough ??
strSql = "SELECT * FROM tbl_CIANumberRequest ORDER BY dtAdded DESC"
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset(strSql, , dbReadOnly)
strReqNo = rst!RequestID
strReqC = rst!RequestorCName
strReqS = rst!RequestorSName