Hi,
I inherited this quote and trying to enhance it but having problem.
The filter in navigation form is not working but it is on its own form, the filter is working without problem. Would greatly appreciate any help.
Hi,
I've quite a number of report that i'll output daily. Instead of coding it one by one in VB, how can I maintain a table on the report name and output them according to what has been added to the table?
Hi,
We migrated on DB to a shared network drive. But the users cannot open the DB. It keep give an error message that microsoft access can't find the database file. Please advise.
Hi,
One of my user is getting this error when trying to launch the DB - "Could not use 'admin'. File already in use. The DB is in shared mode and other users are using it without problem. What could be the issue?
Thanks,
Hi,
I've a unbound combox field in main form, which upon select the subform should display the information. I tried this code but it gives me an error :
Dim strSQLSF As String
strSQLSF = " SELECT * FROM UT_table_EOM_UT "
strSQLSF = strSQLSF & " WHERE UT_Table_EOM_UT.Expr7 = '" &...
Hi,
Currently I have a remark field and want to just extract the amount. The data input is not in a structured manner therefore I could not use the mid function. Appreciate some advise.
Example :
Remark
CASH PURCHASE $50K.DEBIT 3007484701...
Hi,
currently I have a table A (2 fields, Name and Signature). How can I insert the signature upon a click of a button. Meaning, in form A (the link is by name to table A), when the user click approve, their signature will be inserted.
Cheers,
Hi,
I've the following code but the cancel doesn't seem to be working, when upon click cancel, it should still remain on the form but it closed the form. Can someone please advise.
Dim strMsg As String
Dim strMsg2 As String
Dim strTitle As String...
Hi,
How can I do the following :
I've a name field which I would like to extract part of the information. For e.g
Tom Cat Dog, how can I extract just the initate, C from Cat and D from Dog so that my name will appear Tom C D
Thanks,
Hi,
Currently I've one txt file that contains a few reports, I need to break them up but grouping the same report into one file. This is how the txt file look like : I want to have all with reportid 001 into one file and 002 into another. Please help.
ReportID:001
aaaaaaaaaaaaaaaaaaaa...