eeeek...so am i supposed to make things such as Me.Detail.Height a long data type, how is this done...
Changed the difference var to long, but that wasn't the problem
Me.Detail.Height = Me.Detail.Height + Difference is highlighted where
Difference = Me.QuoteParts.Height + Me.QuoteParts.Top
i don't do any division anywhere within the code?? it's puzzling
Thankyou for your suggestion and i tried this option but ran into a difficulty...
I'm having trouble entering data into the subform in datasheet view. As soon as i change this forms data entry property to yes the subform becomes empty and there are no rows to enter or change any existing data...
Hi,
I'm having trouble with an overflow error with one of my forms. I am resizing a subform depending on how many records it holds each time the user goes to a new record, the size of the subform updates. I resize the Me.Detail depending on how big the subform is. I think this is where the...
Hi,
Trying to add new records (containing differing info) to two separate tables from one form containing text boxes and a datasheet. Was trying to implement this using SQL INSERT INTO within VB code, but cannot get it to work.
This is for an invoice, i want to send all of the customer details...
Hi,
I need to resize a subform each time the user cycles through the records in the main form, what is the event that occurs when the user presses the arrows at the bottom of the form to go to next record?
Thanks in advance
Bec
Hi, I just tried to implement the code given above in cmdOK_Click() but get Run-time error '2001':
You canceled the previous operation on my DCount line:
If DCount("Name", "QUOTE") = 0 Then
I don't quite understand what you mean by joining the header table to the item table. I only want one quote displayed for every quote number, at the moment it displays multiple quotes for a quote number (which are all the same) as there are different part records for the quote number in the...
Hi, just wondering what would be the best way to find statistical information about a customer (ie the number of quotes for that company and the total cost quoted by the company)
There is a table which contains company info and quote info but the number of quotes for a particular company, and...
Ok now only the header is displayed and i get error# 2455 saying that You entered an expression that has an invalid reference to a property Form/Report
Thanks a lot for your help
Appreciated Muchly
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.