473,382 Members | 1,396 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Editable Multiple Cells in One View/List/Form

48
Hello,

Once again, I need some advices from the Access Gurus here.

I have a list of data. Please refer to sample below:



I need to edit from x1y1-to-x3y4 cells.
It's like editing multiple cells in one view.
Editing the items will be faster when done this way.
What is the best UI Design and table structure for this display?

One more thing...y_Item ROWS are dynamic (as usual). No problem with that.
The thing is that x_Header COLUMNS are dynamic as well.
This makes the UI more difficult to design.
For this, what's the best UI Design?

The case above sounds easy but my head is constantly aching here.
I know there's a better way to implement this.
Hope someone could help me think on this.

-= keirnus =-
Jul 8 '09 #1
4 2014
ChipR
1,287 Expert 1GB
First, are you saying that you want to select a range of cells, and type in a value that will be applied to all of them?
Second, I'm not sure what you mean in saying that rows are dynamic and columns are dynamic. Is there any relation between x and y? There must be some motivation here to use a relational database.
Jul 8 '09 #2
keirnus
48
@ChipR
I want to select one cell only. Data are inputted or edited per cell only.

@ChipR
Yes, both axeses in the matrix are dynamic. Let's say the data in rows are fruits like Apples and Grapes. The headers in columns are stores that are ordering the fruits. There are variety of fruits. There is a possibility that the company will add more stores who are ordering the fruits or delete one when the contract was not continued. That makes the rows and columns dynamic and can be changed anytime.

I am not good in UI Design. Is there a control in MS Access wherein the data are all displayed in one screen and the data can be edited like the ones in Excel? or is there a better UI Design for this implementation?
Jul 8 '09 #3
ChipR
1,287 Expert 1GB
In the example you gave, it doesn't make sense to use a grid. Think about how your data would be organized into records, then we can consider the UI.
Jul 9 '09 #4
FishVal
2,653 Expert 2GB
Just for starters (if you feel ready to start with something which could result in heavily coded solution) you may read the following thread:
Crosstab Behaviour required for Data Input.

Or you may consider a simpler solution - overlaying active cell with little popup form to simulate grid input. If so, then look at Absolute Position of a Control thread.

Regards,
Fish.
Jul 9 '09 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Oliver Hoehle | last post by:
Hello! This ist the source-code for an editable combobox implemented with HTML,CSS and Javascript. I have tested it with IE and Mozilla. But I don't know, if it will work in other browsers...
3
by: Kevin Pedersen | last post by:
Hello, I am using an editable datagrid. After I save the changes the datagrid shows the old values. I've read the posts about the Page_Load and not binding the datagrid each time. The SQL that...
2
by: alien2_51 | last post by:
In the EditCommand event I've added a drop down list to the controls collection for the cell I want to edit. Dim objDDLBrake As New DropDownList objDDLBrake.CssClass = "label1" ...
2
by: zambizzi | last post by:
....I can't seem to get my hands on a control I'm loading in an editable datagrid. Here's my datagrid control: <asp:datagrid id="GLRulesGrid" runat="server" autogeneratecolumns="False"...
1
by: JMann101 | last post by:
I am writing a ASP.NET(VB) application and am having some trouble. I have a datagrid which list users and when an admin clicks "edit" a defined column becomes visible and a dynamic listbox control...
2
by: Frank | last post by:
Hello, I am developing with VS.Net 2003 on the asp 1.1 platform. I am a few days new to using a datagrid. I found a nice tutorial and had no problems using an editable datagrid with textboxes...
7
by: =?Utf-8?B?TG9zdEluTUQ=?= | last post by:
Hi All :) I'm converting VB6 using True DBGrid Pro 8.0 to VB2005 using DataGridView. True DBGrid has a MultipleLines property that controls whether individual records span multiple lines. Is...
6
by: Dave | last post by:
On my form I have combo boxes. These combo boxes, after updating them, populate respective listboxes that are located below the combo boxes on the same form. I am trying to use a "generate...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.