Hello,
I am looking for some guidance on the following sql statement which I am using as a record source of a form.
I am not sure if I can use the DLookup in this way. Some of the issue is the comma after the Dlookup. when I have the comma is indicating error "3141 the SELECT statement...
Hi,
Any input will be greatly appreciated
I have a form where I open another form using the Open Args. The form opens the correct record without any issue. I noticed that in the form that is open, there is a combo box that is displaying no value or blank value even thought the primary key...
hello all,
I am looking for any thought regarding an unbound check box in a form that is not working. The box can not be check or uncheck.
Any thought will be appreciate
I am just trying to filter record and copy value base on a criteria. Once the first value is copy I want o bookmark the record on the destination table so I can copy the second value to the same record
I declared the RSbookmark mark as variant. I did not copy this part of the code but I state it on the information.
the bookmark was set on the else statement
Hi
I am trying to bookmark the position on a recordset to later return to the same position and the bookmark codes is returning no record.
I have not used this before but any help will be greatly appreciated. The problem is when stepping to RSBookmark = rs4.Bookmark
the rsbookmark has been...
Does not works means it does not print zero when the value is null.
The invoiceamount is a field in the new table.
I am pulling the invoice amount from one table and copy into another
Hi all;
I am having a hard time adding a zero to a calculated value to a group of fields on a table. I can not add this property under the table because I am deleting and creating the table often.
I tried NZ and Format and I was not able to see default zero when there is not value. Any help...