1,557 Topics

Member Avatar for
Member Avatar for carrzkiss

Hello All; I usually do everything in SQL Server these days, however, I have an site that is just so small, that it is going to be using an Access database. This is the code that I am using to generate the Google Sitemap with, however, there is code here …

0
139
Member Avatar for mnewsome

Have one laptop that has the correct password for wifi access. Is there anyway to reveal the password? Guidance sought

Member Avatar for IntegratedTweak
0
363
Member Avatar for Teun_1

**What is the best way to build a simple & clear web based Suppliers database/list for my Design agency?** Has to: -Be accessable by all my collegue's (20) by webbrowser (Security/account issue?) - Have 'Input Supplier' & 'Search Supplier' Function - Provide multiple categories : Name, Website, Email, Function, Categorie …

Member Avatar for cereal
0
232
Member Avatar for Yogesh Sharma

I m new to the MS Access, I m prone to the SQL Server Only. Can u plz explain the difference b/w[B][COLOR="Red"] Datasheet View & Design View[/COLOR][/B]. I have some idea,pls check it whether me right pr wrong. In design view,we have to specify by own datatypes & column names. …

Member Avatar for hihihihi
0
18K
Member Avatar for varun_6

WAMP 2.5 server on my windows 10 machine was working completely fine, until I accidentally installed a software which silently installed Win MySQLAdmin on the same machine. That day since, Wamp server icon remains in orange color (never turns green). **Issues:** 1. localhot/ phpmyadmin displays 'access denied' error. following is …

Member Avatar for cereal
0
3K
Member Avatar for D@Rokzz
Member Avatar for hallianonline

Hello, I am facing a very little problem but I am totally confused how to resolve it I have two tables in my access database which have similar items in it from the first table i.e **tbl_reci_inds** I have selected **reci_prod_code** which is a product code, also in this table …

Member Avatar for ez4u2c
0
311
Member Avatar for hefaz

Hello every one. i am trying to catch duplicate values from a data. in the picture when i want to add new record, then if the record already exists then go to that record and fill all the boxes, then i will press the update button,but if not, then add …

Member Avatar for hefaz
0
682
Member Avatar for crazynp

When I was editing the databse, the power went off and now arror comes as "Unrecognized file format ...............". I tried to compact and repair but no success. how to recover data?

Member Avatar for Ernest_3
0
262
Member Avatar for sing1006

I have 3 table which are ![zz.PNG](/attachments/large/3/f81c645612d06529dba9af30a4a314ac.PNG "align-center") I want to duplicate a record from the master table in the same time it will duplicate all children table. I will assign new primary key to the new duplicate record. For the tbl_System and tbl_MainComp work fine. But when i have …

0
305
Member Avatar for sidmis

Hi There, Could you guys please help me out with the below query. I have a table called **WI Inventory** & out of the same table i have created **combo box** from one of the field named as**Associate Corp ID** & a **button** which after selecting the value from combo …

0
106
Member Avatar for Yves11

Hi I can't access to Webmaster Marketplace? It goes to paypal? Do I have to pay first then access the webmaster marketplace? Edward

Member Avatar for Dani
0
185
Member Avatar for JModak

how to search a data in particular fields(ms access database) in vb6.0 using data1 control. I create a project in vb 6.0 using ms access data base and data control. I want to find a particular name from the data base table field. My code is.... If Data1.Recordset.Fields("C_Number") = Text15.Text …

Member Avatar for DenisOxon
0
397
Member Avatar for Erald

I'm updating my database using this code. only id and attendance date is updated but the time(AM_TIME_IN etc...) is not updating. What could be wrong? I'm using access and time(AM_TIME_IN etc...) datatype is shorttext Dim a As String = Now.ToShortTimeString If a.Contains("AM") Then a = "AM" Else a = "PM" …

Member Avatar for Taywin
0
199
Member Avatar for ajit.nayak

Dear all, I have created project database in msaccessdatabase. It contail ![Msaccess.jpg](/attachments/large/4/a91d2278c08f244b439891bcf7c3b36e.jpg "align-center") form layout as shown in image & i have attached code for reference Imports System Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the …

Member Avatar for Miurei
0
327
Member Avatar for shashank_n

Hi, I am connected to internet but my browser is not able to access any of the sites. All my chat clients and my outook is working fine but browser always displays "Page not found" error. I was reading on these forums and someone suggested running the WinSockFix utility which …

Member Avatar for Paul_36
0
4K
Member Avatar for berserk

I dont fully understand this issue at all, it makes no sense to me for several reasons but ill liust the main ones i have code elsewhere that works just fine and is identical in function and setup i dont think the issue is a registry key issue, this i …

Member Avatar for rproffitt
0
659
Member Avatar for askbangladesh

I have a website. Its IT related website last 2 months alexa ranking is good but at this time alexa ranking is not good. Tell me details how to improved in Alexa ranking in my website.... If you access my site just <link removed>

Member Avatar for seoaceindia
0
698
Member Avatar for NurieDavis

Hi, so i have a bit of an issue trying to select all my ms-access data in DGV with only a button, no typing in textboxes. I have been struggling with for a few days since unfortunately this isn't very popular? I can't seem to come up with anything in …

Member Avatar for Santanu.Das
0
148
Member Avatar for bnmng

Usually a few times a day, but sometimes a couple of times an hour, I loose connectivity, and my wireless icon displays a yellow exclamation point. I changed my wireless card from a Broadcom to a Atheros, which improved things because the old one never reconnected by itself but the …

Member Avatar for jah666
0
388
Member Avatar for Anbu_2

hello there im doing a project and need help.. how to show auto-id from ms access table 2000 into vb 6 textbox?

0
160
Member Avatar for toneranger

Hi, I'm trying to compute a moving average of length 20. I've got a vector of structs that's read into my function and I'm using an iterator to read through as follows: int length = a; int count = 0; double sum = 0; while (itr!= priceinput.end()) { sum += …

Member Avatar for toneranger
0
187
Member Avatar for wilsonchama

Hi guys, I am trying to save the items in a listview to Access database. The listview has two columns; "Description and Price". For example, If a user adds three Items (products) in a listview and clicks a command button, I want these items to be saved in a database …

Member Avatar for jwenting
0
601
Member Avatar for daisyy

Here I have this error java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) if I execute this thing GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY 'root' WITH GRANT OPTION; then I have this error. ERROR 1045 (28000): Access denied for user ''@'localhost' (using password: NO)

Member Avatar for Taywin
0
2K
Member Avatar for Falcon25

Hi guys, I'm really stuck on this. I am not completely familiar with getters and setters so I am having great trouble with this. Firstly, I am using a windows form application and I have initialised a list within the 'Form1' class. I want to be able to use that …

Member Avatar for JOSheaIV
0
18K
Member Avatar for ajit.nayak

Dear all, I have created database like this. I have 2 manufacture . I would like to create 2 combobox. COmbox 1 -> Manufacture list combox 2 contain -> model no Can some one share example code where it explained. if particular manufacture selected display only his model in combobox …

0
121
Member Avatar for Proctor

Hello: this is my first window app in .net and have been assigned to create a form that contains a datagridview. I decided to leave it unbound, because I need it to populate in a slightly unconventional way. I also created each column and set them as drop-downs in the …

Member Avatar for Senthil Nellai
0
5K
Member Avatar for stupid guy

Hi, I am newbie.I have seen projects where there are menus or links below it which are accessible as per the profile set for the logged in users.If there are A,B,C,D menus in project then some group of user will have only A and B Menu when logged in..while other …

Member Avatar for stupid guy
0
270
Member Avatar for mjm906

Hello, I have an external Seagate hard drive (Part #: 9BD862-580 and Serial #: 4LSOLYMD) that I've used for years. I recently moved and had it in my car and moved it a couple of times. I just tried to use it and when I power it on, the green …

Member Avatar for mindmergepk
0
270
Member Avatar for Erald

Im making a simple login form for my project and I faced this annoying database connection problem. The problem is I can't connect to "MSACCESS2013" it directs me to my errorhandler but I'm pretty sure my datasource is correct. I already created a datasource and I'm using its connection string. …

Member Avatar for Erald
0
2K

The End.