Hi,
I have a form(“Invoice”) with a subform(“InvoiceLines”).
I cannot get what’s wrong. When I open a form from design view everything is ok but when I try to open the same form from another form clicking on command button I receive error:
Error: 2455 - You entered an expression that has an...
Hello,
I have FE/BE databases. I want to delete tmp table (BE) after import data to another table from fron-end database.
I've tried to use following code:
CurrentDb.TableDefs.Delete "[;DATABASE=" & DBFile & ";]." & TableName & ""
where :
DBFile = "C:\a.mdb"
TableName ="table1"
but I get...
I use TreeView as a menu to open forms, reports. I'm stuck in the opening reports which use a dialog form to enter date before.
Problem : On click to open report a dialog form opens to enter date for report, but when I close dialog form without entering data to open report I get error...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.