...0 ,Balance limit
balcurrhol = 0 , Current Balance
balcheckhol = 0 , Balance limit check
'Store Balance limit
ballmthol = CS!ballimit
**A**
'here i have error i always have null value
balcurrhol = Me.Balancelist.Column(1)
'store the available amount for reservation...
Thx Remou for your reply, you are right, but i still didn't get the value. as i understand untill the list box is not selected or not get focused, i'll not get the value in my text box field automaticaly, i'm still looking for the solution.
Hi,
I have an unbound Listbox based on a calculated query as row source, i can see the data in my listbox but when i try to get this data to one of my unbound text box field i get null value. here is the example.
List box data:
Customer_ID Balance
1100 -4993,22
now i want to have...
...1
' Counter to check the Products record
Function ResetCounter()
RecCntr = 0
End Function
=============================================
Step 2 ***
'Detail Location Function it suppose to move the last Detail section record if the footer section needs to print in next page.
Function...
Thanks Smuckers for your detail explanation i really appreciate it, today i'm going to work with your solution and let you know the results.
Once again thank you very much for spending your crucial time on my question and i'm sure that your explanation will going to put me on right track...
...Code"
.Cells(2, 3).Value = "Product Name"
End With
currentRow = 3
currentColumn = 1
Set prodlist = dbs.OpenRecordset("select * from products where (VenderID = 4)ORDER BY Hp_ProductName", dbOpenDynaset)
If prodlist.RecordCount > 0 Then
Do Until prodlist.EOF...
...currentRow = 3
currentColumn = 1
'Now i'm retrieving products code and sending 'data to Excel.
Set prodlist = dbs.OpenRecordset("select * from products where (VenderID = 4)ORDER BY Hp_ProductName", dbOpenDynaset)
If prodlist.RecordCount > 0 Then
'Variable i is defined for future...
...format of date field is set to a short date in both table and form.
here is the statements,
1)
---------------
Set R = dbs.OpenRecordset("select * from jrn where (stock = 6)and (productcode = 214)and
(jrdate > Me!start_date) and (jrdate < Me!Me!end_date)", dbOpenDynaset)
-----------------
i...
my problems is that now when i receive my email using Outlook Express i found attachments with my emails are disable, but if i use microsoft outlook i can see these attachments enable and can easily open these files. i have been using Outlook Express since last 6 months and every thing was...
Is it possible to automatically insert some information in the subject field of the e-mail from the report.
I'm sending the report and i want to show the order number and the client name automatically inserted to the subject of my e-mail from the report,
i'm sending this report using macro...
I have windows 2000 server, every thing was wroking fine but today our server is working very slow, and i check the task manager, and found that the file Inetinfo.exe is taking 98% of CPU process, our network is working very slow.
how to solve this problem.
Give name to your subforms like child1 , child2 ...
suppose you have main form were client ID field is the same as client ID field in child1, you can easily linked both of them now if u want to link your child1 form with the child2, then in the child2 form properties you need to mention the...
Hi WildHare , well i like both of your suggestions, i guess that you have been experienced with the basball advise, and got a gun shoot in return and luckily you are alive my congratulation. but i'm not brave enough like u to go for your first suggestion, but i do prefer the second one by...
my problem is that, if One copy of my Front-end database is running then how to deny another copy to be opened and show message that program is already running.
some time user working on the Front-end database, they open another copy of the same front-end to work on different functions of my...
Hi,
Has anyone tried to use MS Access as Front end on SQL server BackEnd Database? I would like to know more about it.
Can any one redirect me to some usefull links or give me
some advice about whether this is a good idea ore not.
i have started seriously thinking to convert my Access Backend...
Hi friends i have solved my task by doing the following.
i have declare the variable in the "On Current" event of my form, and perform the check. here is the code.
note: tmleft is the variable to hold the value which i have declare in my "On Current" event.
tmleft =...
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.