543 Posted Topics
Re: 1. try again. 2. check your all hardware connection. 3. If you have no problem use bootable disk for boot from ms dos. format your windows drive. then try again to setup. remember, before formatting drive back up you essential documents. then no solve please reply. | |
Re: Actually I don't understand what shall you do (Ahmad). whats your problem? | |
Re: If you want to update your windows, I mean want service pack 3 then you easily download it from microsoft web site. its free. | |
Re: I think scan your computer with anti virus. if your problem will not solve then repair your windows with xp cd | |
Re: Private Sub Form_Unload(Cancel As Integer) Dim msg msg = "Do you want to Exit? " reply = MsgBox(msg, vbExclamation + vbYesNo) Select Case reply Case vbNo Cancel = -1 Case vbYes End End Select End Sub | |
12 months name (12 check box) in a form. when I check a box it will store in backend access file. 1 adodc control also in this form. when click a button this form was shown. this month was store for that button like salary. example: a man paid his … | |
I have a datagrid to show data from backend access file. when I click a button it was show. I want I click on a data and it will show in a text box of other form. anybody can help me. | |
Re: If you install new windows then what problem? | |
Re: did you check your sound card, Speaker, or Install your sound driver? | |
I use datagrid to show data and use adodc control. but when connect between them a msg show "No compatible data source was found for this control. please add an intrinsic data control or a remote data control to the form." Is there any proses to connect between them? | |
Re: you mean dt picker didn't link with ms access. you want to store date in access? then what problem? | |
I want to change the format of Dt Picker. I write in format property dd/mm/yyyy. But it show 30/00/2008. why the month didn't show. any body help me to change the format of Dt Picker. | |
Re: >>I run a Malwarebytes' Anti-Malware scan that found 79! infected files. Deleted all of them. you see that files what you deleted? I don't know but I think you miss some system files. what was corrupted by virus. One thing if you have no problem then you can try to … | |
what is module and class module. I want to learn about it . anybody help me clearly. | |
Re: the cd you run with your laptop. but your pc didn't read. please check your cd rom. or check your cd other pc. | |
I put 2 dtpicker in my project. both are for search data from backed access file. like (1st dtpicker) i select a date 16/08/08 and (2nd dtpicker) 16/09/08. i want to find data last a month or any few days. i mean i want to find a period data like … | |
what difference between access and sql. i use access in a database project not sql. what what problem i will faced for not use sql. or what advantage i will get for using sql. | |
what is .dll file. how it is work and how can i make it. please any body help me | |
Re: have u using any picture in your form. and need to change it with resolution. what u want to mean ? i think Shaik Akthar's sample is your solution. if u need to change your picture then try it. Image1.Width = Me.Width Image1.Height = Me.Height - 300 or send your … | |
Re: Or you can see thread 42516. i think it will help you. | |
Re: When you create the access file the data type should be OLE object. what you did? | |
Re: what is add in and how u write .dll in vb6. please tell about it | |
Re: Please check thread 118202. i think u can better help from this thread. if u not get help please reply. | |
I saw a project where was a (like) combo box. when it was click a mini calendar show and today date is marked with a red oval. Please tell me how i make it. | |
Re: any code u use for find? what that? | |
i made a project. i want to release it. but i want to release a trail version of it for 15 days. any proses. please help | |
![]() | Re: what kind of file u need to create? text file or other? |
| |
I make a project with a access file with back up. But I want to create same file from my project. I mean when I need i make the same file from my project. help me | |
![]() | Re: use if end if or case statement. if check1.value = 1 then text1.text = hi else text1.text= "" end if ![]() |
![]() | Re: what problem with if end if or case statement ![]() |
Re: Private Sub mnufind_Click() Dim a As String Dim b As String a = InputBox("Enter name or first few letters what you want to find: ", "Find") If Len(a) = 0 Then Exit Sub b = "Name Like """ & a & "*""" Data1.Recordset.FindNext b If Data1.Recordset.NoMatch Then MsgBox "No record … | |
i put a image box with a image. my screen resulation is 800 * 600. but when i change it to 1024 * 768 the image show small. i want the image will change with the change of screen resuation. help me | |
Re: [code]Private Sub cmdfind_Click() Dim a As String Dim b As String a = text1.text [COLOR="Green"]'employee number[/COLOR] If Len(a) = 0 Then Exit Sub b = "Employee Number Like """ & a & "*""" Data1.Recordset.FindNext b If Data1.Recordset.NoMatch Then MsgBox "No record found", vbExclamation end If Exit Sub[/code] | |
i using acsess 2003 or xp. but when i click in record source property to show the table a massage was shown. but when i use office 97 then there was no problem | |
Re: use component. then select microsoft flexgrid control 6.0. add a data control and flexgrid in your project. set data 1 properties.(database name) and flexgrid properties (data source). now run your project data will show in flexgrid | |
I use data control to link access file by data properties not code. use simple code like move next etc. I use find next to find data. but when i want to find i write the criteria like Name = taher. But i want I write only taher in find … | |
Re: only want to do it or more. I mean how the add button work? like this or other? |
The End.