i have three forms which i want to collect from lots of data from. the four sources are:
[forms]![frmLoanmember]![MemberID]
[forms]![frmLoanCD]![CDNumber]
[forms]![frmLoan]![ReturnByDate]
[forms]![frmLoan]![LoanDate]
thats in my criteria. all the data needs to be taken to tblLoans in the field of the same name as the source field.
i need to collect the data from there and put into a table in one record. the thing is, is that the append queries work if i have four different queries but the data is inputted into four different records leaving spaces in all of the other fields in the records. i tried combining the queries into one but now its filtering them all out of the data is going to append out. now ive changed my criteria to OR and its still filtering out of the data and coming back with a message saying 'no rows with be appended' or something. i was thinking of a form that runs in the background maybe? im not sure what to do.
any help appreciated. thanks
[forms]![frmLoanmember]![MemberID]
[forms]![frmLoanCD]![CDNumber]
[forms]![frmLoan]![ReturnByDate]
[forms]![frmLoan]![LoanDate]
thats in my criteria. all the data needs to be taken to tblLoans in the field of the same name as the source field.
i need to collect the data from there and put into a table in one record. the thing is, is that the append queries work if i have four different queries but the data is inputted into four different records leaving spaces in all of the other fields in the records. i tried combining the queries into one but now its filtering them all out of the data is going to append out. now ive changed my criteria to OR and its still filtering out of the data and coming back with a message saying 'no rows with be appended' or something. i was thinking of a form that runs in the background maybe? im not sure what to do.
any help appreciated. thanks